#929FC8

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

Shades of Rock Blue #929FC8

Tints of Rock Blue #929FC8

Color information

#929FC8 (or 0x929FC8) is unknown color: approx Rock Blue. HEX triplet: 92, 9F and C8. RGB value is (146,159,200). Sum of RGB (Red+Green+Blue) = 146+159+200=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 200 - color contains mainly: blue. Hex color #929FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929FC8 is #6D6037. Grayscale: #9F9F9F. Windows color (decimal): -7168056 or 13148050. OLE color: 13148050.

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

Color convert

RGB146159200-
CMYK0.270.2000.22
HSL225.56º32.93%67.84%-
HSV(B)225.56º27%78.43%-
XYZ34.6835.0859.59-
YUV159.79150.69118.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.91%
GREEN value IS 159 (62.5% from 255) = 31.49%
BLUE value IS 200 (78.52% from 255) = 39.60%
R=28.91%
G=31.49%
B=39.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1461592000.270.2000.22225.5632.9367.84
Hex929FC81B14016e22144
Octal222237310332402634241104
Binary1001001010011111110010001101110100010110111000101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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