#929EBC

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

Shades of Rock Blue #929EBC

Tints of Rock Blue #929EBC

Color information

#929EBC (or 0x929EBC) is unknown color: approx Rock Blue. HEX triplet: 92, 9E and BC. RGB value is (146,158,188). Sum of RGB (Red+Green+Blue) = 146+158+188=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #929EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929EBC is #6D6143. Grayscale: #9D9D9D. Windows color (decimal): -7168324 or 12361362. OLE color: 12361362.

HSL color Cylindrical-coordinate representation of color #929EBC: hue angle of 222.86º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #929EBC is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB146158188-
CMYK0.220.1600.26
HSL222.86º23.86%65.49%-
HSV(B)222.86º22.34%73.73%-
XYZ33.1634.252.43-
YUV157.83145.02119.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.67%
GREEN value IS 158 (62.11% from 255) = 32.11%
BLUE value IS 188 (73.83% from 255) = 38.21%
R=29.67%
G=32.11%
B=38.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461581880.220.1600.26222.8623.8665.49
Hex929EBC161001Adf1841
Octal222236274262003233730101
Binary100100101001111010111100101101000001101011011111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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