#909EBF

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

Shades of Rock Blue #909EBF

Tints of Rock Blue #909EBF

Color information

#909EBF (or 0x909EBF) is unknown color: approx Rock Blue. HEX triplet: 90, 9E and BF. RGB value is (144,158,191). Sum of RGB (Red+Green+Blue) = 144+158+191=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #909EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909EBF is #6F6140. Grayscale: #9D9D9D. Windows color (decimal): -7299393 or 12557968. OLE color: 12557968.

HSL color Cylindrical-coordinate representation of color #909EBF: hue angle of 222.13º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #909EBF is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144158191-
CMYK0.250.1700.25
HSL222.13º26.86%65.69%-
HSV(B)222.13º24.61%74.9%-
XYZ33.1334.1454.13-
YUV157.58146.86118.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.21%
GREEN value IS 158 (62.11% from 255) = 32.05%
BLUE value IS 191 (75% from 255) = 38.74%
R=29.21%
G=32.05%
B=38.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441581910.250.1700.25222.1326.8665.69
Hex909EBF1911019de1b42
Octal220236277312103133633102
Binary100100001001111010111111110011000101100111011110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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