Html Css Color HEX #8C78AD Deluge

📋 copy color: '#8C78AD'

red 140 ◦ green 120 ◦ blue 173

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

Shades of Deluge #8C78AD

Tints of Deluge #8C78AD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.71%

 BLUE value IS 173 (67.97% from 255) = 39.95%

R = 32.33%
G = 27.71%
B = 39.95%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C78AD (or 0x8C78AD) is known color: Deluge. HEX triplet: 8C, 78 and AD. RGB value is (140,120,173). Sum of RGB (Red+Green+Blue) = 140+120+173=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C78AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C78AD is #738752. Grayscale: #838383. Windows color (decimal): -7571283 or 11368588. OLE color: 11368588.

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

Color convert

RGB 140 120 173 -
CMYK 0.19 0.31 0 0.32
HSL 262.64º 0.24% 0.57% -
HSV(B) 262.64º 0.31% 0.68% -
XYZ 25.07 22.03 42.46 -
YUV 132.02 151.13 133.69 -
System Red Green Blue C M Y K H S L
Decimal 140 120 173 0.19 0.31 0 0.32 262.64 0.24 0.57
Hex 8C 78 AD 13 1F 0 20 107 18 39
Octal 214 170 255 23 37 0 40 407 30 71
Binary 10001100 1111000 10101101 10011 11111 0 100000 100000111 11000 111001

Color Harmonies of #8C78AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C78AD

Black with #8C78AD

Text Example


Text Example

White with #8C78AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,120,173); }

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

background-color css

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

 a { background-color: rgb(140,120,173); }

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

border-color css

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

 span { border-color: rgb(140,120,173); }

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