#909FC0

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

Shades of Rock Blue #909FC0

Tints of Rock Blue #909FC0

Color information

#909FC0 (or 0x909FC0) is unknown color: approx Rock Blue. HEX triplet: 90, 9F and C0. RGB value is (144,159,192). Sum of RGB (Red+Green+Blue) = 144+159+192=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 192 - color contains mainly: blue. Hex color #909FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909FC0 is #6F603F. Grayscale: #9E9E9E. Windows color (decimal): -7299136 or 12623760. OLE color: 12623760.

HSL color Cylindrical-coordinate representation of color #909FC0: hue angle of 221.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #909FC0 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144159192-
CMYK0.250.1700.25
HSL221.25º27.59%65.88%-
HSV(B)221.25º25%75.29%-
XYZ33.4134.5354.77-
YUV158.28147.03117.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.09%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 192 (75.39% from 255) = 38.79%
R=29.09%
G=32.12%
B=38.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441591920.250.1700.25221.2527.5965.88
Hex909FC01911019dd1c42
Octal220237300312103133534102
Binary100100001001111111000000110011000101100111011101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,159,192); }

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

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

 a { background-color: rgb(144,159,192); }

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

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

 span { border-color: rgb(144,159,192); }

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