Html Css Color HEX #8C76AC Deluge

📋 copy color: '#8C76AC'

red 140 ◦ green 118 ◦ blue 172

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

Shades of Deluge #8C76AC

Tints of Deluge #8C76AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.44%

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

R = 32.56%
G = 27.44%
B = 40%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C76AC (or 0x8C76AC) is known color: Deluge. HEX triplet: 8C, 76 and AC. RGB value is (140,118,172). Sum of RGB (Red+Green+Blue) = 140+118+172=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C76AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C76AC is #738953. Grayscale: #828282. Windows color (decimal): -7571796 or 11302540. OLE color: 11302540.

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

Color convert

RGB 140 118 172 -
CMYK 0.19 0.31 0 0.33
HSL 264.44º 0.25% 0.57% -
HSV(B) 264.44º 0.31% 0.67% -
XYZ 24.74 21.51 41.88 -
YUV 130.73 151.29 134.61 -
System Red Green Blue C M Y K H S L
Decimal 140 118 172 0.19 0.31 0 0.33 264.44 0.25 0.57
Hex 8C 76 AC 13 1F 0 21 108 19 39
Octal 214 166 254 23 37 0 41 410 31 71
Binary 10001100 1110110 10101100 10011 11111 0 100001 100001000 11001 111001

Color Harmonies of #8C76AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C76AC

Black with #8C76AC

Text Example


Text Example

White with #8C76AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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