Html Css Color HEX #8C7BAE Deluge

📋 copy color: '#8C7BAE'

red 140 ◦ green 123 ◦ blue 174

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

Shades of Deluge #8C7BAE

Tints of Deluge #8C7BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.15%

 BLUE value IS 174 (68.36% from 255) = 39.82%

R = 32.04%
G = 28.15%
B = 39.82%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C7BAE (or 0x8C7BAE) is known color: Deluge. HEX triplet: 8C, 7B and AE. RGB value is (140,123,174). Sum of RGB (Red+Green+Blue) = 140+123+174=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C7BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7BAE is #738451. Grayscale: #858585. Windows color (decimal): -7570514 or 11434892. OLE color: 11434892.

HSL color Cylindrical-coordinate representation of color #8C7BAE: hue angle of 260º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C7BAE is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 123 174 -
CMYK 0.20 0.29 0 0.32
HSL 260º 0.24% 0.58% -
HSV(B) 260º 0.29% 0.68% -
XYZ 25.54 22.8 43.1 -
YUV 133.9 150.63 132.35 -
System Red Green Blue C M Y K H S L
Decimal 140 123 174 0.20 0.29 0 0.32 260 0.24 0.58
Hex 8C 7B AE 14 1D 0 20 104 18 3A
Octal 214 173 256 24 35 0 40 404 30 72
Binary 10001100 1111011 10101110 10100 11101 0 100000 100000100 11000 111010

Color Harmonies of #8C7BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7BAE

Black with #8C7BAE

Text Example


Text Example

White with #8C7BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,123,174); }

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

background-color css

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

 a { background-color: rgb(140,123,174); }

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

border-color css

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

 span { border-color: rgb(140,123,174); }

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