Html Css Color HEX #8C8AA4 Grey Suit

📋 copy color: '#8C8AA4'

red 140 ◦ green 138 ◦ blue 164

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

Shades of Grey Suit #8C8AA4

Tints of Grey Suit #8C8AA4

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.22%

 BLUE value IS 164 (64.45% from 255) = 37.1%

R = 31.67%
G = 31.22%
B = 37.1%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8C8AA4 (or 0x8C8AA4) is known color: Grey Suit. HEX triplet: 8C, 8A and A4. RGB value is (140,138,164). Sum of RGB (Red+Green+Blue) = 140+138+164=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 164 - color contains mainly: blue. Hex color #8C8AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8AA4 is #73755B. Grayscale: #8D8D8D. Windows color (decimal): -7566684 or 10783372. OLE color: 10783372.

HSL color Cylindrical-coordinate representation of color #8C8AA4: hue angle of 244.62º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C8AA4 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 140 138 164 -
CMYK 0.15 0.16 0 0.36
HSL 244.62º 0.13% 0.59% -
HSV(B) 244.62º 0.16% 0.64% -
XYZ 26.6 26.43 38.82 -
YUV 141.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 140 138 164 0.15 0.16 0 0.36 244.62 0.13 0.59
Hex 8C 8A A4 F 10 0 24 F5 C 3B
Octal 214 212 244 17 20 0 44 365 14 73
Binary 10001100 10001010 10100100 1111 10000 0 100100 11110101 1100 111011

Color Harmonies of #8C8AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8AA4

Black with #8C8AA4

Text Example


Text Example

White with #8C8AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,138,164); }

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

background-color css

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

 a { background-color: rgb(140,138,164); }

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

border-color css

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

 span { border-color: rgb(140,138,164); }

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