#909DC3

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

Shades of Rock Blue #909DC3

Tints of Rock Blue #909DC3

Color information

#909DC3 (or 0x909DC3) is unknown color: approx Rock Blue. HEX triplet: 90, 9D and C3. RGB value is (144,157,195). Sum of RGB (Red+Green+Blue) = 144+157+195=496 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.03% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 195 - color contains mainly: blue. Hex color #909DC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DC3 is #6F623C. Grayscale: #9D9D9D. Windows color (decimal): -7299645 or 12819856. OLE color: 12819856.

HSL color Cylindrical-coordinate representation of color #909DC3: hue angle of 224.71º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #909DC3 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB144157195-
CMYK0.260.1900.24
HSL224.71º29.82%66.47%-
HSV(B)224.71º26.15%76.47%-
XYZ33.4133.9856.43-
YUV157.44149.19118.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.03%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 195 (76.56% from 255) = 39.31%
R=29.03%
G=31.65%
B=39.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441571950.260.1900.24224.7129.8266.47
Hex909DC31A13018e11e42
Octal220235303322303034136102
Binary100100001001110111000011110101001101100011100001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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