#929BAA

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

Shades of Rock Blue #929BAA

Tints of Rock Blue #929BAA

Color information

#929BAA (or 0x929BAA) is unknown color: approx Rock Blue. HEX triplet: 92, 9B and AA. RGB value is (146,155,170). Sum of RGB (Red+Green+Blue) = 146+155+170=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 170 - color contains mainly: blue. Hex color #929BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929BAA is #6D6455. Grayscale: #999999. Windows color (decimal): -7169110 or 11180946. OLE color: 11180946.

HSL color Cylindrical-coordinate representation of color #929BAA: hue angle of 217.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #929BAA is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146155170-
CMYK0.140.0900.33
HSL217.5º12.37%61.96%-
HSV(B)217.5º14.12%66.67%-
XYZ30.8332.4642.67-
YUV154.02137.02122.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.00%
GREEN value IS 155 (60.94% from 255) = 32.91%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=31.00%
G=32.91%
B=36.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461551700.140.0900.33217.512.3761.96
Hex929BAAE9021dac3e
Octal22223325216110413321476
Binary100100101001101110101010111010010100001110110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,155,170); }

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

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

 a { background-color: rgb(146,155,170); }

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

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

 span { border-color: rgb(146,155,170); }

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