#919CC0

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

Shades of Rock Blue #919CC0

Tints of Rock Blue #919CC0

Color information

#919CC0 (or 0x919CC0) is unknown color: approx Rock Blue. HEX triplet: 91, 9C and C0. RGB value is (145,156,192). Sum of RGB (Red+Green+Blue) = 145+156+192=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #919CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919CC0 is #6E633F. Grayscale: #9C9C9C. Windows color (decimal): -7234368 or 12622993. OLE color: 12622993.

HSL color Cylindrical-coordinate representation of color #919CC0: hue angle of 225.96º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #919CC0 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145156192-
CMYK0.240.1900.25
HSL225.96º27.17%66.08%-
HSV(B)225.96º24.48%75.29%-
XYZ33.0833.654.61-
YUV156.82147.86119.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.41%
GREEN value IS 156 (61.33% from 255) = 31.64%
BLUE value IS 192 (75.39% from 255) = 38.95%
R=29.41%
G=31.64%
B=38.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451561920.240.1900.25225.9627.1766.08
Hex919CC01813019e21b42
Octal221234300302303134233102
Binary100100011001110011000000110001001101100111100010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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