#909DBD

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

Shades of Rock Blue #909DBD

Tints of Rock Blue #909DBD

Color information

#909DBD (or 0x909DBD) is unknown color: approx Rock Blue. HEX triplet: 90, 9D and BD. RGB value is (144,157,189). Sum of RGB (Red+Green+Blue) = 144+157+189=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #909DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DBD is #6F6242. Grayscale: #9C9C9C. Windows color (decimal): -7299651 or 12426640. OLE color: 12426640.

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

Color convert

RGB144157189-
CMYK0.240.1700.26
HSL222.67º25.42%65.29%-
HSV(B)222.67º23.81%74.12%-
XYZ32.7433.7252.93-
YUV156.76146.19118.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.39%
GREEN value IS 157 (61.72% from 255) = 32.04%
BLUE value IS 189 (74.22% from 255) = 38.57%
R=29.39%
G=32.04%
B=38.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441571890.240.1700.26222.6725.4265.29
Hex909DBD181101Adf1941
Octal220235275302103233731101
Binary100100001001110110111101110001000101101011011111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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