#929CBE

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

Shades of Rock Blue #929CBE

Tints of Rock Blue #929CBE

Color information

#929CBE (or 0x929CBE) is unknown color: approx Rock Blue. HEX triplet: 92, 9C and BE. RGB value is (146,156,190). Sum of RGB (Red+Green+Blue) = 146+156+190=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #929CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929CBE is #6D6341. Grayscale: #9C9C9C. Windows color (decimal): -7168834 or 12491922. OLE color: 12491922.

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

Color convert

RGB146156190-
CMYK0.230.1800.25
HSL226.36º25.29%65.88%-
HSV(B)226.36º23.16%74.51%-
XYZ33.0433.6153.46-
YUV156.89146.69120.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.67%
GREEN value IS 156 (61.33% from 255) = 31.71%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=29.67%
G=31.71%
B=38.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461561900.230.1800.25226.3625.2965.88
Hex929CBE1712019e21942
Octal222234276272203134231102
Binary100100101001110010111110101111001001100111100010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,156,190); }

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

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

 a { background-color: rgb(146,156,190); }

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

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

 span { border-color: rgb(146,156,190); }

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