Html Css Color HEX #8E8DAB Grey Suit

📋 copy color: '#8E8DAB'

red 142 ◦ green 141 ◦ blue 171

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

Shades of Grey Suit #8E8DAB

Tints of Grey Suit #8E8DAB

RGB

 RED value IS 142 (55.86% from 255) = 31.28%

 GREEN value IS 141 (55.47% from 255) = 31.06%

 BLUE value IS 171 (67.19% from 255) = 37.67%

R = 31.28%
G = 31.06%
B = 37.67%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E8DAB (or 0x8E8DAB) is known color: Grey Suit. HEX triplet: 8E, 8D and AB. RGB value is (142,141,171). Sum of RGB (Red+Green+Blue) = 142+141+171=454 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.28% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E8DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8DAB is #717254. Grayscale: #909090. Windows color (decimal): -7434837 or 11242894. OLE color: 11242894.

HSL color Cylindrical-coordinate representation of color #8E8DAB: hue angle of 242º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8E8DAB is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 141 171 -
CMYK 0.17 0.18 0 0.33
HSL 242º 0.15% 0.61% -
HSV(B) 242º 0.18% 0.67% -
XYZ 28.03 27.74 42.41 -
YUV 144.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 142 141 171 0.17 0.18 0 0.33 242 0.15 0.61
Hex 8E 8D AB 11 12 0 21 F2 F 3D
Octal 216 215 253 21 22 0 41 362 17 75
Binary 10001110 10001101 10101011 10001 10010 0 100001 11110010 1111 111101

Color Harmonies of #8E8DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8DAB

Black with #8E8DAB

Text Example


Text Example

White with #8E8DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,141,171); }

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

background-color css

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

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

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

border-color css

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

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

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