Html Css Color HEX #7871AB Deluge

📋 copy color: '#7871AB'

red 120 ◦ green 113 ◦ blue 171

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

Shades of Deluge #7871AB

Tints of Deluge #7871AB

RGB

 RED value IS 120 (47.27% from 255) = 29.7%

 GREEN value IS 113 (44.53% from 255) = 27.97%

 BLUE value IS 171 (67.19% from 255) = 42.33%

R = 29.7%
G = 27.97%
B = 42.33%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7871AB (or 0x7871AB) is known color: Deluge. HEX triplet: 78, 71 and AB. RGB value is (120,113,171). Sum of RGB (Red+Green+Blue) = 120+113+171=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #7871AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7871AB is #878E54. Grayscale: #797979. Windows color (decimal): -8883797 or 11235704. OLE color: 11235704.

HSL color Cylindrical-coordinate representation of color #7871AB: hue angle of 247.24º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7871AB is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 113 171 -
CMYK 0.30 0.34 0 0.33
HSL 247.24º 0.26% 0.56% -
HSV(B) 247.24º 0.34% 0.67% -
XYZ 21 18.74 41.04 -
YUV 121.71 155.82 126.78 -
System Red Green Blue C M Y K H S L
Decimal 120 113 171 0.30 0.34 0 0.33 247.24 0.26 0.56
Hex 78 71 AB 1E 22 0 21 F7 1A 38
Octal 170 161 253 36 42 0 41 367 32 70
Binary 1111000 1110001 10101011 11110 100010 0 100001 11110111 11010 111000

Color Harmonies of #7871AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7871AB

Black with #7871AB

Text Example


Text Example

White with #7871AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7871AB; }

 p { color: rgb(120,113,171); }

 H1.HeaderClassName
 {
   color: #7871AB;
 }
 .AnyTagClassName
 {
   color: #7871AB;
 }
</style>

background-color css

<style>
 a { background-color: #7871AB; }

 a { background-color: rgb(120,113,171); }

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

border-color css

<style>
 span { border-color: #7871AB; }

 span { border-color: rgb(120,113,171); }

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