#909DB3

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

Shades of Rock Blue #909DB3

Tints of Rock Blue #909DB3

Color information

#909DB3 (or 0x909DB3) is unknown color: approx Rock Blue. HEX triplet: 90, 9D and B3. RGB value is (144,157,179). Sum of RGB (Red+Green+Blue) = 144+157+179=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 179 - color contains mainly: blue. Hex color #909DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DB3 is #6F624C. Grayscale: #9B9B9B. Windows color (decimal): -7299661 or 11771280. OLE color: 11771280.

HSL color Cylindrical-coordinate representation of color #909DB3: hue angle of 217.71º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #909DB3 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB144157179-
CMYK0.200.1200.30
HSL217.71º18.72%63.33%-
HSV(B)217.71º19.55%70.2%-
XYZ31.733.347.4-
YUV155.62141.19119.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30%
GREEN value IS 157 (61.72% from 255) = 32.71%
BLUE value IS 179 (70.31% from 255) = 37.29%
R=30%
G=32.71%
B=37.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1441571790.200.1200.30217.7118.7263.33
Hex909DB314C01Eda133f
Octal22023526324140363322377
Binary1001000010011101101100111010011000111101101101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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