Html Css Color HEX #8C7DAB Deluge

📋 copy color: '#8C7DAB'

red 140 ◦ green 125 ◦ blue 171

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

Shades of Deluge #8C7DAB

Tints of Deluge #8C7DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.22%

R = 32.11%
G = 28.67%
B = 39.22%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C7DAB (or 0x8C7DAB) is known color: Deluge. HEX triplet: 8C, 7D and AB. RGB value is (140,125,171). Sum of RGB (Red+Green+Blue) = 140+125+171=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C7DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7DAB is #738254. Grayscale: #868686. Windows color (decimal): -7570005 or 11238796. OLE color: 11238796.

HSL color Cylindrical-coordinate representation of color #8C7DAB: hue angle of 259.57º degrees, saturation: 0.21, 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 #8C7DAB is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 125 171 -
CMYK 0.18 0.27 0 0.33
HSL 259.57º 0.21% 0.58% -
HSV(B) 259.57º 0.27% 0.67% -
XYZ 25.5 23.18 41.66 -
YUV 134.73 148.47 131.76 -
System Red Green Blue C M Y K H S L
Decimal 140 125 171 0.18 0.27 0 0.33 259.57 0.21 0.58
Hex 8C 7D AB 12 1B 0 21 104 15 3A
Octal 214 175 253 22 33 0 41 404 25 72
Binary 10001100 1111101 10101011 10010 11011 0 100001 100000100 10101 111010

Color Harmonies of #8C7DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7DAB

Black with #8C7DAB

Text Example


Text Example

White with #8C7DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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