#929CC0

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

Shades of Rock Blue #929CC0

Tints of Rock Blue #929CC0

Color information

#929CC0 (or 0x929CC0) is unknown color: approx Rock Blue. HEX triplet: 92, 9C and C0. RGB value is (146,156,192). Sum of RGB (Red+Green+Blue) = 146+156+192=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 192 - color contains mainly: blue. Hex color #929CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929CC0 is #6D633F. Grayscale: #9C9C9C. Windows color (decimal): -7168832 or 12622994. OLE color: 12622994.

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

Color convert

RGB146156192-
CMYK0.240.1900.25
HSL226.96º26.74%66.27%-
HSV(B)226.96º23.96%75.29%-
XYZ33.2633.6954.62-
YUV157.11147.69120.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.55%
GREEN value IS 156 (61.33% from 255) = 31.58%
BLUE value IS 192 (75.39% from 255) = 38.87%
R=29.55%
G=31.58%
B=38.87%

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
Decimal1461561920.240.1900.25226.9626.7466.27
Hex929CC01813019e31b42
Octal222234300302303134333102
Binary100100101001110011000000110001001101100111100011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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