#9098B6

Color #9098B6 Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #9098B6

Tints of Rock Blue #9098B6

Color information

#9098B6 (or 0x9098B6) is unknown color: approx Rock Blue. HEX triplet: 90, 98 and B6. RGB value is (144,152,182). Sum of RGB (Red+Green+Blue) = 144+152+182=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 182 - color contains mainly: blue. Hex color #9098B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9098B6 is #6F6749. Grayscale: #989898. Windows color (decimal): -7300938 or 11966608. OLE color: 11966608.

HSL color Cylindrical-coordinate representation of color #9098B6: hue angle of 227.37º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9098B6 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB144152182-
CMYK0.210.1600.29
HSL227.37º20.65%63.92%-
HSV(B)227.37º20.88%71.37%-
XYZ31.1731.7648.74-
YUV153.03144.35121.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 30.13%
GREEN value IS 152 (59.77% from 255) = 31.80%
BLUE value IS 182 (71.48% from 255) = 38.08%
R=30.13%
G=31.80%
B=38.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441521820.210.1600.29227.3720.6563.92
Hex9098B6151001De31540
Octal220230266252003534325100
Binary100100001001100010110110101011000001110111100011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9098B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9098B6; }

 p { color: rgb(144,152,182); }

 H1.HeaderClassName
 {
   color: #9098B6;
 }
 .AnyTagClassName
 {
   color: #9098B6;
 }
</style>
background-color css

<style>
 a { background-color: #9098B6; }

 a { background-color: rgb(144,152,182); }

 div.DivClassName
 {
   background-color: #9098B6;
 }
 .BgClassName
 {
   background-color: #9098B6;
 }
</style>
border-color css

<style>
 span { border-color: #9098B6; }

 span { border-color: rgb(144,152,182); }

 td.TdClassName
 {
   border-color: #9098B6;
 }
 .TagClassName
 {
   border-color: #9098B6;
 }
</style>