#909EBC

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

Shades of Rock Blue #909EBC

Tints of Rock Blue #909EBC

Color information

#909EBC (or 0x909EBC) is unknown color: approx Rock Blue. HEX triplet: 90, 9E and BC. RGB value is (144,158,188). Sum of RGB (Red+Green+Blue) = 144+158+188=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #909EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909EBC is #6F6143. Grayscale: #9D9D9D. Windows color (decimal): -7299396 or 12361360. OLE color: 12361360.

HSL color Cylindrical-coordinate representation of color #909EBC: hue angle of 220.91º 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 #909EBC is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144158188-
CMYK0.230.1600.26
HSL220.91º24.72%65.1%-
HSV(B)220.91º23.4%73.73%-
XYZ32.8134.0152.41-
YUV157.23145.36118.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.39%
GREEN value IS 158 (62.11% from 255) = 32.24%
BLUE value IS 188 (73.83% from 255) = 38.37%
R=29.39%
G=32.24%
B=38.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441581880.230.1600.26220.9124.7265.1
Hex909EBC171001Add1941
Octal220236274272003233531101
Binary100100001001111010111100101111000001101011011101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909EBC; }

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

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

<style>
 a { background-color: #909EBC; }

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

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

<style>
 span { border-color: #909EBC; }

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

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