#9097BC

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

Shades of Rock Blue #9097BC

Tints of Rock Blue #9097BC

Color information

#9097BC (or 0x9097BC) is unknown color: approx Rock Blue. HEX triplet: 90, 97 and BC. RGB value is (144,151,188). Sum of RGB (Red+Green+Blue) = 144+151+188=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #9097BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9097BC is #6F6843. Grayscale: #989898. Windows color (decimal): -7301188 or 12359568. OLE color: 12359568.

HSL color Cylindrical-coordinate representation of color #9097BC: hue angle of 230.45º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9097BC is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144151188-
CMYK0.230.2000.26
HSL230.45º24.72%65.1%-
HSV(B)230.45º23.4%73.73%-
XYZ31.6531.6952.03-
YUV153.12147.68121.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.81%
GREEN value IS 151 (59.38% from 255) = 31.26%
BLUE value IS 188 (73.83% from 255) = 38.92%
R=29.81%
G=31.26%
B=38.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441511880.230.2000.26230.4524.7265.1
Hex9097BC171401Ae61941
Octal220227274272403234631101
Binary100100001001011110111100101111010001101011100110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9097BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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