#8C83AC

Color #8C83AC Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #8C83AC

Tints of Grey Suit #8C83AC

Color information

#8C83AC (or 0x8C83AC) is unknown color: approx Grey Suit. HEX triplet: 8C, 83 and AC. RGB value is (140,131,172). Sum of RGB (Red+Green+Blue) = 140+131+172=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C83AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C83AC is #737C53. Grayscale: #8A8A8A. Windows color (decimal): -7568468 or 11305868. OLE color: 11305868.

HSL color Cylindrical-coordinate representation of color #8C83AC: hue angle of 253.17º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C83AC is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB140131172-
CMYK0.190.2400.33
HSL253.17º19.81%59.41%-
HSV(B)253.17º23.84%67.45%-
XYZ26.3824.7942.42-
YUV138.36146.98129.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.60%
GREEN value IS 131 (51.56% from 255) = 29.57%
BLUE value IS 172 (67.58% from 255) = 38.83%
R=31.60%
G=29.57%
B=38.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401311720.190.2400.33253.1719.8159.41
Hex8C83AC1318021fd143b
Octal21420325423300413752473
Binary100011001000001110101100100111100001000011111110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C83AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C83AC;
 }
 .AnyTagClassName
 {
   color: #8C83AC;
 }
</style>
background-color css

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

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

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

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

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

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