Html Css Color HEX #8C7CAE Deluge

📋 copy color: '#8C7CAE'

red 140 ◦ green 124 ◦ blue 174

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

Shades of Deluge #8C7CAE

Tints of Deluge #8C7CAE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.31%

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

R = 31.96%
G = 28.31%
B = 39.73%

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

#8C7CAE (or 0x8C7CAE) is known color: Deluge. HEX triplet: 8C, 7C and AE. RGB value is (140,124,174). Sum of RGB (Red+Green+Blue) = 140+124+174=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C7CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7CAE is #738351. Grayscale: #868686. Windows color (decimal): -7570258 or 11435148. OLE color: 11435148.

HSL color Cylindrical-coordinate representation of color #8C7CAE: hue angle of 259.2º 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 #8C7CAE is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 124 174 -
CMYK 0.20 0.29 0 0.32
HSL 259.2º 0.24% 0.58% -
HSV(B) 259.2º 0.29% 0.68% -
XYZ 25.66 23.05 43.14 -
YUV 134.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 140 124 174 0.20 0.29 0 0.32 259.2 0.24 0.58
Hex 8C 7C AE 14 1D 0 20 103 18 3A
Octal 214 174 256 24 35 0 40 403 30 72
Binary 10001100 1111100 10101110 10100 11101 0 100000 100000011 11000 111010

Color Harmonies of #8C7CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7CAE

Black with #8C7CAE

Text Example


Text Example

White with #8C7CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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