#909DB9

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

Shades of Rock Blue #909DB9

Tints of Rock Blue #909DB9

Color information

#909DB9 (or 0x909DB9) is unknown color: approx Rock Blue. HEX triplet: 90, 9D and B9. RGB value is (144,157,185). Sum of RGB (Red+Green+Blue) = 144+157+185=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 185 - color contains mainly: blue. Hex color #909DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DB9 is #6F6246. Grayscale: #9C9C9C. Windows color (decimal): -7299655 or 12164496. OLE color: 12164496.

HSL color Cylindrical-coordinate representation of color #909DB9: hue angle of 220.98º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #909DB9 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB144157185-
CMYK0.220.1500.27
HSL220.98º22.65%64.51%-
HSV(B)220.98º22.16%72.55%-
XYZ32.3233.5550.67-
YUV156.3144.19119.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.63%
GREEN value IS 157 (61.72% from 255) = 32.30%
BLUE value IS 185 (72.66% from 255) = 38.07%
R=29.63%
G=32.30%
B=38.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441571850.220.1500.27220.9822.6564.51
Hex909DB916F01Bdd1741
Octal220235271261703333527101
Binary10010000100111011011100110110111101101111011101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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