Html Css Color HEX #8F8FAD Santas Grey

📋 copy color: '#8F8FAD'

red 143 ◦ green 143 ◦ blue 173

#8F8FAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Santas Grey #8F8FAD

Tints of Santas Grey #8F8FAD

RGB

 RED value IS 143 (56.25% from 255) = 31.15%

 GREEN value IS 143 (56.25% from 255) = 31.15%

 BLUE value IS 173 (67.97% from 255) = 37.69%

R = 31.15%
G = 31.15%
B = 37.69%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F8FAD (or 0x8F8FAD) is known color: Santas Grey. HEX triplet: 8F, 8F and AD. RGB value is (143,143,173). Sum of RGB (Red+Green+Blue) = 143+143+173=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F8FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8FAD is #707052. Grayscale: #929292. Windows color (decimal): -7368787 or 11374479. OLE color: 11374479.

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

Color convert

RGB 143 143 173 -
CMYK 0.17 0.17 0 0.32
HSL 240º 0.15% 0.62% -
HSV(B) 240º 0.17% 0.68% -
XYZ 28.69 28.5 43.52 -
YUV 146.42 143 125.56 -
System Red Green Blue C M Y K H S L
Decimal 143 143 173 0.17 0.17 0 0.32 240 0.15 0.62
Hex 8F 8F AD 11 11 0 20 F0 F 3E
Octal 217 217 255 21 21 0 40 360 17 76
Binary 10001111 10001111 10101101 10001 10001 0 100000 11110000 1111 111110

Color Harmonies of #8F8FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8FAD

Black with #8F8FAD

Text Example


Text Example

White with #8F8FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F8FAD;
 }
 .AnyTagClassName
 {
   color: #8F8FAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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