#929EC3

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

Shades of Rock Blue #929EC3

Tints of Rock Blue #929EC3

Color information

#929EC3 (or 0x929EC3) is unknown color: approx Rock Blue. HEX triplet: 92, 9E and C3. RGB value is (146,158,195). Sum of RGB (Red+Green+Blue) = 146+158+195=499 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.26% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 195 - color contains mainly: blue. Hex color #929EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929EC3 is #6D613C. Grayscale: #9E9E9E. Windows color (decimal): -7168317 or 12820114. OLE color: 12820114.

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

Color convert

RGB146158195-
CMYK0.250.1900.24
HSL225.31º28.99%66.86%-
HSV(B)225.31º25.13%76.47%-
XYZ33.9334.556.5-
YUV158.63148.52118.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.26%
GREEN value IS 158 (62.11% from 255) = 31.66%
BLUE value IS 195 (76.56% from 255) = 39.08%
R=29.26%
G=31.66%
B=39.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461581950.250.1900.24225.3128.9966.86
Hex929EC31913018e11d43
Octal222236303312303034135103
Binary100100101001111011000011110011001101100011100001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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