#929EBE

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

Shades of Rock Blue #929EBE

Tints of Rock Blue #929EBE

Color information

#929EBE (or 0x929EBE) is unknown color: approx Rock Blue. HEX triplet: 92, 9E and BE. RGB value is (146,158,190). Sum of RGB (Red+Green+Blue) = 146+158+190=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #929EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929EBE is #6D6141. Grayscale: #9D9D9D. Windows color (decimal): -7168322 or 12492434. OLE color: 12492434.

HSL color Cylindrical-coordinate representation of color #929EBE: hue angle of 223.64º 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 #929EBE is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146158190-
CMYK0.230.1700.25
HSL223.64º25.29%65.88%-
HSV(B)223.64º23.16%74.51%-
XYZ33.3834.2853.57-
YUV158.06146.02119.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.55%
GREEN value IS 158 (62.11% from 255) = 31.98%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=29.55%
G=31.98%
B=38.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461581900.230.1700.25223.6425.2965.88
Hex929EBE1711019e01942
Octal222236276272103134031102
Binary100100101001111010111110101111000101100111100000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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