#929ABD

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

Shades of Rock Blue #929ABD

Tints of Rock Blue #929ABD

Color information

#929ABD (or 0x929ABD) is unknown color: approx Rock Blue. HEX triplet: 92, 9A and BD. RGB value is (146,154,189). Sum of RGB (Red+Green+Blue) = 146+154+189=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #929ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929ABD is #6D6542. Grayscale: #9B9B9B. Windows color (decimal): -7169347 or 12425874. OLE color: 12425874.

HSL color Cylindrical-coordinate representation of color #929ABD: hue angle of 228.84º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #929ABD is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB146154189-
CMYK0.230.1900.26
HSL228.84º24.57%65.69%-
HSV(B)228.84º22.75%74.12%-
XYZ32.5932.952.78-
YUV155.6146.85121.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.86%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 189 (74.22% from 255) = 38.65%
R=29.86%
G=31.49%
B=38.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461541890.230.1900.26228.8424.5765.69
Hex929ABD171301Ae51942
Octal222232275272303234531102
Binary100100101001101010111101101111001101101011100101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,154,189); }

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

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

 a { background-color: rgb(146,154,189); }

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

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

 span { border-color: rgb(146,154,189); }

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