#929EB8

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

Shades of Rock Blue #929EB8

Tints of Rock Blue #929EB8

Color information

#929EB8 (or 0x929EB8) is unknown color: approx Rock Blue. HEX triplet: 92, 9E and B8. RGB value is (146,158,184). Sum of RGB (Red+Green+Blue) = 146+158+184=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 184 - color contains mainly: blue. Hex color #929EB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929EB8 is #6D6147. Grayscale: #9D9D9D. Windows color (decimal): -7168328 or 12099218. OLE color: 12099218.

HSL color Cylindrical-coordinate representation of color #929EB8: hue angle of 221.05º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #929EB8 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB146158184-
CMYK0.210.1400.28
HSL221.05º21.11%64.71%-
HSV(B)221.05º20.65%72.16%-
XYZ32.7334.0350.19-
YUV157.38143.02119.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.92%
GREEN value IS 158 (62.11% from 255) = 32.38%
BLUE value IS 184 (72.27% from 255) = 37.70%
R=29.92%
G=32.38%
B=37.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1461581840.210.1400.28221.0521.1164.71
Hex929EB815E01Cdd1541
Octal222236270251603433525101
Binary10010010100111101011100010101111001110011011101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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