#929CC3

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

Shades of Rock Blue #929CC3

Tints of Rock Blue #929CC3

Color information

#929CC3 (or 0x929CC3) is unknown color: approx Rock Blue. HEX triplet: 92, 9C and C3. RGB value is (146,156,195). Sum of RGB (Red+Green+Blue) = 146+156+195=497 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.38% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 195 - color contains mainly: blue. Hex color #929CC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929CC3 is #6D633C. Grayscale: #9D9D9D. Windows color (decimal): -7168829 or 12819602. OLE color: 12819602.

HSL color Cylindrical-coordinate representation of color #929CC3: hue angle of 227.76º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #929CC3 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB146156195-
CMYK0.250.2000.24
HSL227.76º28.99%66.86%-
HSV(B)227.76º25.13%76.47%-
XYZ33.5933.8356.39-
YUV157.46149.19119.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.38%
GREEN value IS 156 (61.33% from 255) = 31.39%
BLUE value IS 195 (76.56% from 255) = 39.24%
R=29.38%
G=31.39%
B=39.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461561950.250.2000.24227.7628.9966.86
Hex929CC31914018e41d43
Octal222234303312403034435103
Binary100100101001110011000011110011010001100011100100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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