Html Css Color HEX #7870AB Deluge

📋 copy color: '#7870AB'

red 120 ◦ green 112 ◦ blue 171

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

Shades of Deluge #7870AB

Tints of Deluge #7870AB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.79%

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

R = 29.78%
G = 27.79%
B = 42.43%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7870AB (or 0x7870AB) is known color: Deluge. HEX triplet: 78, 70 and AB. RGB value is (120,112,171). Sum of RGB (Red+Green+Blue) = 120+112+171=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #7870AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7870AB is #878F54. Grayscale: #787878. Windows color (decimal): -8884053 or 11235448. OLE color: 11235448.

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

Color convert

RGB 120 112 171 -
CMYK 0.30 0.35 0 0.33
HSL 248.14º 0.26% 0.55% -
HSV(B) 248.14º 0.35% 0.67% -
XYZ 20.89 18.52 41 -
YUV 121.12 156.15 127.2 -
System Red Green Blue C M Y K H S L
Decimal 120 112 171 0.30 0.35 0 0.33 248.14 0.26 0.55
Hex 78 70 AB 1E 23 0 21 F8 1A 37
Octal 170 160 253 36 43 0 41 370 32 67
Binary 1111000 1110000 10101011 11110 100011 0 100001 11111000 11010 110111

Color Harmonies of #7870AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7870AB

Black with #7870AB

Text Example


Text Example

White with #7870AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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