#9099B9

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

Shades of Rock Blue #9099B9

Tints of Rock Blue #9099B9

Color information

#9099B9 (or 0x9099B9) is unknown color: approx Rock Blue. HEX triplet: 90, 99 and B9. RGB value is (144,153,185). Sum of RGB (Red+Green+Blue) = 144+153+185=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 185 - color contains mainly: blue. Hex color #9099B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9099B9 is #6F6646. Grayscale: #999999. Windows color (decimal): -7300679 or 12163472. OLE color: 12163472.

HSL color Cylindrical-coordinate representation of color #9099B9: hue angle of 226.83º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9099B9 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB144153185-
CMYK0.220.1700.27
HSL226.83º22.65%64.51%-
HSV(B)226.83º22.16%72.55%-
XYZ31.6532.2150.45-
YUV153.96145.52120.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.88%
GREEN value IS 153 (60.16% from 255) = 31.74%
BLUE value IS 185 (72.66% from 255) = 38.38%
R=29.88%
G=31.74%
B=38.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441531850.220.1700.27226.8322.6564.51
Hex9099B9161101Be31741
Octal220231271262103334327101
Binary100100001001100110111001101101000101101111100011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9099B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9099B9; }

 p { color: rgb(144,153,185); }

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

<style>
 a { background-color: #9099B9; }

 a { background-color: rgb(144,153,185); }

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

<style>
 span { border-color: #9099B9; }

 span { border-color: rgb(144,153,185); }

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