#909CC0

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

Shades of Rock Blue #909CC0

Tints of Rock Blue #909CC0

Color information

#909CC0 (or 0x909CC0) is unknown color: approx Rock Blue. HEX triplet: 90, 9C and C0. RGB value is (144,156,192). Sum of RGB (Red+Green+Blue) = 144+156+192=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #909CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909CC0 is #6F633F. Grayscale: #9C9C9C. Windows color (decimal): -7299904 or 12622992. OLE color: 12622992.

HSL color Cylindrical-coordinate representation of color #909CC0: hue angle of 225º 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 #909CC0 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144156192-
CMYK0.250.1900.25
HSL225º27.59%65.88%-
HSV(B)225º25%75.29%-
XYZ32.933.5154.6-
YUV156.52148.02119.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.27%
GREEN value IS 156 (61.33% from 255) = 31.71%
BLUE value IS 192 (75.39% from 255) = 39.02%
R=29.27%
G=31.71%
B=39.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441561920.250.1900.2522527.5965.88
Hex909CC01913019e11c42
Octal220234300312303134134102
Binary100100001001110011000000110011001101100111100001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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