#9097BB

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

Shades of Rock Blue #9097BB

Tints of Rock Blue #9097BB

Color information

#9097BB (or 0x9097BB) is unknown color: approx Rock Blue. HEX triplet: 90, 97 and BB. RGB value is (144,151,187). Sum of RGB (Red+Green+Blue) = 144+151+187=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #9097BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9097BB is #6F6844. Grayscale: #989898. Windows color (decimal): -7301189 or 12294032. OLE color: 12294032.

HSL color Cylindrical-coordinate representation of color #9097BB: hue angle of 230.23º 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 #9097BB is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB144151187-
CMYK0.230.1900.27
HSL230.23º24.02%64.9%-
HSV(B)230.23º22.99%73.33%-
XYZ31.5431.6551.46-
YUV153.01147.18121.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.88%
GREEN value IS 151 (59.38% from 255) = 31.33%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=29.88%
G=31.33%
B=38.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441511870.230.1900.27230.2324.0264.9
Hex9097BB171301Be61841
Octal220227273272303334630101
Binary100100001001011110111011101111001101101111100110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9097BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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