Html Css Color HEX #8C7DAA Deluge

📋 copy color: '#8C7DAA'

red 140 ◦ green 125 ◦ blue 170

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

Shades of Deluge #8C7DAA

Tints of Deluge #8C7DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.08%

R = 32.18%
G = 28.74%
B = 39.08%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C7DAA (or 0x8C7DAA) is known color: Deluge. HEX triplet: 8C, 7D and AA. RGB value is (140,125,170). Sum of RGB (Red+Green+Blue) = 140+125+170=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C7DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7DAA is #738255. Grayscale: #868686. Windows color (decimal): -7570006 or 11173260. OLE color: 11173260.

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

Color convert

RGB 140 125 170 -
CMYK 0.18 0.26 0 0.33
HSL 260º 0.21% 0.58% -
HSV(B) 260º 0.26% 0.67% -
XYZ 25.4 23.14 41.16 -
YUV 134.62 147.97 131.84 -
System Red Green Blue C M Y K H S L
Decimal 140 125 170 0.18 0.26 0 0.33 260 0.21 0.58
Hex 8C 7D AA 12 1A 0 21 104 15 3A
Octal 214 175 252 22 32 0 41 404 25 72
Binary 10001100 1111101 10101010 10010 11010 0 100001 100000100 10101 111010

Color Harmonies of #8C7DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7DAA

Black with #8C7DAA

Text Example


Text Example

White with #8C7DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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