#928FAD

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

Shades of Santas Grey #928FAD

Tints of Santas Grey #928FAD

Color information

#928FAD (or 0x928FAD) is unknown color: approx Santas Grey. HEX triplet: 92, 8F and AD. RGB value is (146,143,173). Sum of RGB (Red+Green+Blue) = 146+143+173=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #928FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928FAD is #6D7052. Grayscale: #939393. Windows color (decimal): -7172179 or 11374482. OLE color: 11374482.

HSL color Cylindrical-coordinate representation of color #928FAD: hue angle of 246º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #928FAD is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB146143173-
CMYK0.160.1700.32
HSL246º15.46%61.96%-
HSV(B)246º17.34%67.84%-
XYZ29.2228.7743.55-
YUV147.32142.49127.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.60%
GREEN value IS 143 (56.25% from 255) = 30.95%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=31.60%
G=30.95%
B=37.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461431730.160.1700.3224615.4661.96
Hex928FAD1011020f6f3e
Octal22221725520210403661776
Binary10010010100011111010110110000100010100000111101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,143,173); }

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

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

 a { background-color: rgb(146,143,173); }

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

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

 span { border-color: rgb(146,143,173); }

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