Html Css Color HEX #8C7E9D Deluge

📋 copy color: '#8C7E9D'

red 140 ◦ green 126 ◦ blue 157

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

Shades of Deluge #8C7E9D

Tints of Deluge #8C7E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.12%

R = 33.1%
G = 29.79%
B = 37.12%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C7E9D (or 0x8C7E9D) is known color: Deluge. HEX triplet: 8C, 7E and 9D. RGB value is (140,126,157). Sum of RGB (Red+Green+Blue) = 140+126+157=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C7E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7E9D is #738162. Grayscale: #858585. Windows color (decimal): -7569763 or 10321548. OLE color: 10321548.

HSL color Cylindrical-coordinate representation of color #8C7E9D: hue angle of 267.1º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C7E9D is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 126 157 -
CMYK 0.11 0.20 0 0.38
HSL 267.1º 0.14% 0.55% -
HSV(B) 267.1º 0.2% 0.62% -
XYZ 24.36 22.93 35.04 -
YUV 133.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 140 126 157 0.11 0.20 0 0.38 267.1 0.14 0.55
Hex 8C 7E 9D B 14 0 26 10B E 37
Octal 214 176 235 13 24 0 46 413 16 67
Binary 10001100 1111110 10011101 1011 10100 0 100110 100001011 1110 110111

Color Harmonies of #8C7E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7E9D

Black with #8C7E9D

Text Example


Text Example

White with #8C7E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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