Html Css Color HEX #8C7DA0 Deluge

📋 copy color: '#8C7DA0'

red 140 ◦ green 125 ◦ blue 160

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

Shades of Deluge #8C7DA0

Tints of Deluge #8C7DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.65%

R = 32.94%
G = 29.41%
B = 37.65%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8C7DA0 (or 0x8C7DA0) is known color: Deluge. HEX triplet: 8C, 7D and A0. RGB value is (140,125,160). Sum of RGB (Red+Green+Blue) = 140+125+160=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 160 - color contains mainly: blue. Hex color #8C7DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7DA0 is #73825F. Grayscale: #858585. Windows color (decimal): -7570016 or 10517900. OLE color: 10517900.

HSL color Cylindrical-coordinate representation of color #8C7DA0: hue angle of 265.71º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C7DA0 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 140 125 160 -
CMYK 0.12 0.22 0 0.37
HSL 265.71º 0.16% 0.56% -
HSV(B) 265.71º 0.22% 0.63% -
XYZ 24.49 22.78 36.36 -
YUV 133.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 140 125 160 0.12 0.22 0 0.37 265.71 0.16 0.56
Hex 8C 7D A0 C 16 0 25 10A 10 38
Octal 214 175 240 14 26 0 45 412 20 70
Binary 10001100 1111101 10100000 1100 10110 0 100101 100001010 10000 111000

Color Harmonies of #8C7DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7DA0

Black with #8C7DA0

Text Example


Text Example

White with #8C7DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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