#9099BB

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

Shades of Rock Blue #9099BB

Tints of Rock Blue #9099BB

Color information

#9099BB (or 0x9099BB) is unknown color: approx Rock Blue. HEX triplet: 90, 99 and BB. RGB value is (144,153,187). Sum of RGB (Red+Green+Blue) = 144+153+187=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #9099BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9099BB is #6F6644. Grayscale: #9A9A9A. Windows color (decimal): -7300677 or 12294544. OLE color: 12294544.

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

Color convert

RGB144153187-
CMYK0.230.1800.27
HSL227.44º24.02%64.9%-
HSV(B)227.44º22.99%73.33%-
XYZ31.8632.351.57-
YUV154.18146.52120.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.75%
GREEN value IS 153 (60.16% from 255) = 31.61%
BLUE value IS 187 (73.44% from 255) = 38.64%
R=29.75%
G=31.61%
B=38.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441531870.230.1800.27227.4424.0264.9
Hex9099BB171201Be31841
Octal220231273272203334330101
Binary100100001001100110111011101111001001101111100011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9099BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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