#929FC6

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

Shades of Rock Blue #929FC6

Tints of Rock Blue #929FC6

Color information

#929FC6 (or 0x929FC6) is unknown color: approx Rock Blue. HEX triplet: 92, 9F and C6. RGB value is (146,159,198). Sum of RGB (Red+Green+Blue) = 146+159+198=503 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.03% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 198 - color contains mainly: blue. Hex color #929FC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929FC6 is #6D6039. Grayscale: #9F9F9F. Windows color (decimal): -7168058 or 13016978. OLE color: 13016978.

HSL color Cylindrical-coordinate representation of color #929FC6: hue angle of 225º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #929FC6 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB146159198-
CMYK0.260.2000.22
HSL225º31.33%67.45%-
HSV(B)225º26.26%77.65%-
XYZ34.4534.9858.36-
YUV159.56149.69118.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.03%
GREEN value IS 159 (62.5% from 255) = 31.61%
BLUE value IS 198 (77.73% from 255) = 39.36%
R=29.03%
G=31.61%
B=39.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1461591980.260.2000.2222531.3367.45
Hex929FC61A14016e11f43
Octal222237306322402634137103
Binary100100101001111111000110110101010001011011100001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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