Html Css Color HEX #8C7EAF Deluge

📋 copy color: '#8C7EAF'

red 140 ◦ green 126 ◦ blue 175

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

Shades of Deluge #8C7EAF

Tints of Deluge #8C7EAF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.57%

 BLUE value IS 175 (68.75% from 255) = 39.68%

R = 31.75%
G = 28.57%
B = 39.68%

CMYK

 C value IS 0.2

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8C7EAF (or 0x8C7EAF) is known color: Deluge. HEX triplet: 8C, 7E and AF. RGB value is (140,126,175). Sum of RGB (Red+Green+Blue) = 140+126+175=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C7EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7EAF is #738150. Grayscale: #878787. Windows color (decimal): -7569745 or 11501196. OLE color: 11501196.

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

Color convert

RGB 140 126 175 -
CMYK 0.2 0.28 0 0.31
HSL 257.14º 0.23% 0.59% -
HSV(B) 257.14º 0.28% 0.69% -
XYZ 26.01 23.59 43.74 -
YUV 135.77 150.14 131.02 -
System Red Green Blue C M Y K H S L
Decimal 140 126 175 0.2 0.28 0 0.31 257.14 0.23 0.59
Hex 8C 7E AF 14 1C 0 1F 101 17 3B
Octal 214 176 257 24 34 0 37 401 27 73
Binary 10001100 1111110 10101111 10100 11100 0 11111 100000001 10111 111011

Color Harmonies of #8C7EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7EAF

Black with #8C7EAF

Text Example


Text Example

White with #8C7EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,126,175); }

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

background-color css

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

 a { background-color: rgb(140,126,175); }

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

border-color css

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

 span { border-color: rgb(140,126,175); }

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