#8D8DAF

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

Shades of Santas Grey #8D8DAF

Tints of Santas Grey #8D8DAF

Color information

#8D8DAF (or 0x8D8DAF) is unknown color: approx Santas Grey. HEX triplet: 8D, 8D and AF. RGB value is (141,141,175). Sum of RGB (Red+Green+Blue) = 141+141+175=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D8DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8DAF is #727250. Grayscale: #909090. Windows color (decimal): -7500369 or 11505037. OLE color: 11505037.

HSL color Cylindrical-coordinate representation of color #8D8DAF: hue angle of 240º 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 #8D8DAF is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB141141175-
CMYK0.190.1900.31
HSL240º17.53%61.96%-
HSV(B)240º19.43%68.63%-
XYZ28.2527.8144.44-
YUV144.88145125.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.85%
GREEN value IS 141 (55.47% from 255) = 30.85%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=30.85%
G=30.85%
B=38.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411411750.190.1900.3124017.5361.96
Hex8D8DAF131301Ff0123e
Octal21521525723230373602276
Binary10001101100011011010111110011100110111111111000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D8DAF; }

 p { color: rgb(141,141,175); }

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

<style>
 a { background-color: #8D8DAF; }

 a { background-color: rgb(141,141,175); }

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

<style>
 span { border-color: #8D8DAF; }

 span { border-color: rgb(141,141,175); }

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