Html Css Color HEX #8C87AB Grey Suit

📋 copy color: '#8C87AB'

red 140 ◦ green 135 ◦ blue 171

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

Shades of Grey Suit #8C87AB

Tints of Grey Suit #8C87AB

RGB

 RED value IS 140 (55.08% from 255) = 31.39%

 GREEN value IS 135 (53.13% from 255) = 30.27%

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

R = 31.39%
G = 30.27%
B = 38.34%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C87AB (or 0x8C87AB) is known color: Grey Suit. HEX triplet: 8C, 87 and AB. RGB value is (140,135,171). Sum of RGB (Red+Green+Blue) = 140+135+171=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C87AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C87AB is #737854. Grayscale: #8C8C8C. Windows color (decimal): -7567445 or 11241356. OLE color: 11241356.

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

Color convert

RGB 140 135 171 -
CMYK 0.18 0.21 0 0.33
HSL 248.33º 0.18% 0.6% -
HSV(B) 248.33º 0.21% 0.67% -
XYZ 26.83 25.84 42.1 -
YUV 140.6 145.16 127.57 -
System Red Green Blue C M Y K H S L
Decimal 140 135 171 0.18 0.21 0 0.33 248.33 0.18 0.6
Hex 8C 87 AB 12 15 0 21 F8 12 3C
Octal 214 207 253 22 25 0 41 370 22 74
Binary 10001100 10000111 10101011 10010 10101 0 100001 11111000 10010 111100

Color Harmonies of #8C87AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C87AB

Black with #8C87AB

Text Example


Text Example

White with #8C87AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,135,171); }

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

background-color css

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

 a { background-color: rgb(140,135,171); }

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

border-color css

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

 span { border-color: rgb(140,135,171); }

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