Html Css Color HEX #8C7EAC Deluge

📋 copy color: '#8C7EAC'

red 140 ◦ green 126 ◦ blue 172

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

Shades of Deluge #8C7EAC

Tints of Deluge #8C7EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.77%

 BLUE value IS 172 (67.58% from 255) = 39.27%

R = 31.96%
G = 28.77%
B = 39.27%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C7EAC (or 0x8C7EAC) is known color: Deluge. HEX triplet: 8C, 7E and AC. RGB value is (140,126,172). Sum of RGB (Red+Green+Blue) = 140+126+172=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C7EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7EAC is #738153. Grayscale: #878787. Windows color (decimal): -7569748 or 11304588. OLE color: 11304588.

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

Color convert

RGB 140 126 172 -
CMYK 0.19 0.27 0 0.33
HSL 258.26º 0.22% 0.58% -
HSV(B) 258.26º 0.27% 0.67% -
XYZ 25.72 23.48 42.21 -
YUV 135.43 148.64 131.26 -
System Red Green Blue C M Y K H S L
Decimal 140 126 172 0.19 0.27 0 0.33 258.26 0.22 0.58
Hex 8C 7E AC 13 1B 0 21 102 16 3A
Octal 214 176 254 23 33 0 41 402 26 72
Binary 10001100 1111110 10101100 10011 11011 0 100001 100000010 10110 111010

Color Harmonies of #8C7EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7EAC

Black with #8C7EAC

Text Example


Text Example

White with #8C7EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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