#928EB0

Color #928EB0 Santas Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Santas Grey #928EB0

Tints of Santas Grey #928EB0

Color information

#928EB0 (or 0x928EB0) is unknown color: approx Santas Grey. HEX triplet: 92, 8E and B0. RGB value is (146,142,176). Sum of RGB (Red+Green+Blue) = 146+142+176=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 176 - color contains mainly: blue. Hex color #928EB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928EB0 is #6D714F. Grayscale: #929292. Windows color (decimal): -7172432 or 11570834. OLE color: 11570834.

HSL color Cylindrical-coordinate representation of color #928EB0: hue angle of 247.06º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #928EB0 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB146142176-
CMYK0.170.1900.31
HSL247.06º17.71%62.35%-
HSV(B)247.06º19.32%69.02%-
XYZ29.3628.5945.05-
YUV147.07144.33127.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.47%
GREEN value IS 142 (55.86% from 255) = 30.60%
BLUE value IS 176 (69.14% from 255) = 37.93%
R=31.47%
G=30.60%
B=37.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461421760.170.1900.31247.0617.7162.35
Hex928EB0111301Ff7123e
Octal22221626021230373672276
Binary10010010100011101011000010001100110111111111011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928EB0; }

 p { color: rgb(146,142,176); }

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

<style>
 a { background-color: #928EB0; }

 a { background-color: rgb(146,142,176); }

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

<style>
 span { border-color: #928EB0; }

 span { border-color: rgb(146,142,176); }

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