Html Css Color HEX #8C83AE Grey Suit

📋 copy color: '#8C83AE'

red 140 ◦ green 131 ◦ blue 174

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

Shades of Grey Suit #8C83AE

Tints of Grey Suit #8C83AE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.44%

 BLUE value IS 174 (68.36% from 255) = 39.1%

R = 31.46%
G = 29.44%
B = 39.1%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C83AE (or 0x8C83AE) is known color: Grey Suit. HEX triplet: 8C, 83 and AE. RGB value is (140,131,174). Sum of RGB (Red+Green+Blue) = 140+131+174=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C83AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C83AE is #737C51. Grayscale: #8A8A8A. Windows color (decimal): -7568466 or 11436940. OLE color: 11436940.

HSL color Cylindrical-coordinate representation of color #8C83AE: hue angle of 252.56º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C83AE is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 131 174 -
CMYK 0.20 0.25 0 0.32
HSL 252.56º 0.21% 0.6% -
HSV(B) 252.56º 0.25% 0.68% -
XYZ 26.57 24.86 43.44 -
YUV 138.59 147.98 129 -
System Red Green Blue C M Y K H S L
Decimal 140 131 174 0.20 0.25 0 0.32 252.56 0.21 0.6
Hex 8C 83 AE 14 19 0 20 FD 15 3C
Octal 214 203 256 24 31 0 40 375 25 74
Binary 10001100 10000011 10101110 10100 11001 0 100000 11111101 10101 111100

Color Harmonies of #8C83AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C83AE

Black with #8C83AE

Text Example


Text Example

White with #8C83AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,131,174); }

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

background-color css

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

 a { background-color: rgb(140,131,174); }

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

border-color css

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

 span { border-color: rgb(140,131,174); }

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