#929FB5

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

Shades of Rock Blue #929FB5

Tints of Rock Blue #929FB5

Color information

#929FB5 (or 0x929FB5) is unknown color: approx Rock Blue. HEX triplet: 92, 9F and B5. RGB value is (146,159,181). Sum of RGB (Red+Green+Blue) = 146+159+181=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 181 - color contains mainly: blue. Hex color #929FB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929FB5 is #6D604A. Grayscale: #9D9D9D. Windows color (decimal): -7168075 or 11902866. OLE color: 11902866.

HSL color Cylindrical-coordinate representation of color #929FB5: hue angle of 217.71º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #929FB5 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB146159181-
CMYK0.190.1200.29
HSL217.71º19.13%64.12%-
HSV(B)217.71º19.34%70.98%-
XYZ32.5934.2448.61-
YUV157.62141.19119.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.04%
GREEN value IS 159 (62.5% from 255) = 32.72%
BLUE value IS 181 (71.09% from 255) = 37.24%
R=30.04%
G=32.72%
B=37.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461591810.190.1200.29217.7119.1364.12
Hex929FB513C01Dda1340
Octal222237265231403533223100
Binary10010010100111111011010110011110001110111011010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,159,181); }

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

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

 a { background-color: rgb(146,159,181); }

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

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

 span { border-color: rgb(146,159,181); }

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