#909EB4

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

Shades of Rock Blue #909EB4

Tints of Rock Blue #909EB4

Color information

#909EB4 (or 0x909EB4) is unknown color: approx Rock Blue. HEX triplet: 90, 9E and B4. RGB value is (144,158,180). Sum of RGB (Red+Green+Blue) = 144+158+180=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 180 - color contains mainly: blue. Hex color #909EB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909EB4 is #6F614B. Grayscale: #9C9C9C. Windows color (decimal): -7299404 or 11837072. OLE color: 11837072.

HSL color Cylindrical-coordinate representation of color #909EB4: hue angle of 216.67º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #909EB4 is Cyan = 0.2, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB144158180-
CMYK0.20.1200.29
HSL216.67º19.35%63.53%-
HSV(B)216.67º20%70.59%-
XYZ31.9733.6848-
YUV156.32141.36119.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.88%
GREEN value IS 158 (62.11% from 255) = 32.78%
BLUE value IS 180 (70.70% from 255) = 37.34%
R=29.88%
G=32.78%
B=37.34%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441581800.20.1200.29216.6719.3563.53
Hex909EB414C01Dd91340
Octal220236264241403533123100
Binary10010000100111101011010010100110001110111011001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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