Html Css Color HEX #8C7DAE Deluge

📋 copy color: '#8C7DAE'

red 140 ◦ green 125 ◦ blue 174

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

Shades of Deluge #8C7DAE

Tints of Deluge #8C7DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.47%

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

R = 31.89%
G = 28.47%
B = 39.64%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C7DAE (or 0x8C7DAE) is known color: Deluge. HEX triplet: 8C, 7D and AE. RGB value is (140,125,174). Sum of RGB (Red+Green+Blue) = 140+125+174=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C7DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7DAE is #738251. Grayscale: #868686. Windows color (decimal): -7570002 or 11435404. OLE color: 11435404.

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

Color convert

RGB 140 125 174 -
CMYK 0.20 0.28 0 0.32
HSL 258.37º 0.23% 0.59% -
HSV(B) 258.37º 0.28% 0.68% -
XYZ 25.79 23.3 43.18 -
YUV 135.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 140 125 174 0.20 0.28 0 0.32 258.37 0.23 0.59
Hex 8C 7D AE 14 1C 0 20 102 17 3B
Octal 214 175 256 24 34 0 40 402 27 73
Binary 10001100 1111101 10101110 10100 11100 0 100000 100000010 10111 111011

Color Harmonies of #8C7DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7DAE

Black with #8C7DAE

Text Example


Text Example

White with #8C7DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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