#929DBC

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

Shades of Rock Blue #929DBC

Tints of Rock Blue #929DBC

Color information

#929DBC (or 0x929DBC) is unknown color: approx Rock Blue. HEX triplet: 92, 9D and BC. RGB value is (146,157,188). Sum of RGB (Red+Green+Blue) = 146+157+188=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #929DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929DBC is #6D6243. Grayscale: #9D9D9D. Windows color (decimal): -7168580 or 12361106. OLE color: 12361106.

HSL color Cylindrical-coordinate representation of color #929DBC: hue angle of 224.29º 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 #929DBC is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB146157188-
CMYK0.220.1600.26
HSL224.29º23.86%65.49%-
HSV(B)224.29º22.34%73.73%-
XYZ32.9933.8652.37-
YUV157.24145.36119.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.74%
GREEN value IS 157 (61.72% from 255) = 31.98%
BLUE value IS 188 (73.83% from 255) = 38.29%
R=29.74%
G=31.98%
B=38.29%

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
Decimal1461571880.220.1600.26224.2923.8665.49
Hex929DBC161001Ae01841
Octal222235274262003234030101
Binary100100101001110110111100101101000001101011100000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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