#909EBD

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

Shades of Rock Blue #909EBD

Tints of Rock Blue #909EBD

Color information

#909EBD (or 0x909EBD) is unknown color: approx Rock Blue. HEX triplet: 90, 9E and BD. RGB value is (144,158,189). Sum of RGB (Red+Green+Blue) = 144+158+189=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #909EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909EBD is #6F6142. Grayscale: #9D9D9D. Windows color (decimal): -7299395 or 12426896. OLE color: 12426896.

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

Color convert

RGB144158189-
CMYK0.240.1600.26
HSL221.33º25.42%65.29%-
HSV(B)221.33º23.81%74.12%-
XYZ32.9134.0652.98-
YUV157.35145.86118.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.33%
GREEN value IS 158 (62.11% from 255) = 32.18%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=29.33%
G=32.18%
B=38.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441581890.240.1600.26221.3325.4265.29
Hex909EBD181001Add1941
Octal220236275302003233531101
Binary100100001001111010111101110001000001101011011101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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