Html Css Color HEX #7E70AC Deluge

📋 copy color: '#7E70AC'

red 126 ◦ green 112 ◦ blue 172

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

Shades of Deluge #7E70AC

Tints of Deluge #7E70AC

RGB

 RED value IS 126 (49.61% from 255) = 30.73%

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

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 30.73%
G = 27.32%
B = 41.95%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E70AC (or 0x7E70AC) is known color: Deluge. HEX triplet: 7E, 70 and AC. RGB value is (126,112,172). Sum of RGB (Red+Green+Blue) = 126+112+172=410 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.73% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E70AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E70AC is #818F53. Grayscale: #7A7A7A. Windows color (decimal): -8490836 or 11300990. OLE color: 11300990.

HSL color Cylindrical-coordinate representation of color #7E70AC: hue angle of 254º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7E70AC is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 112 172 -
CMYK 0.27 0.35 0 0.33
HSL 254º 0.27% 0.56% -
HSV(B) 254º 0.35% 0.67% -
XYZ 21.84 19 41.55 -
YUV 123.03 155.64 130.12 -
System Red Green Blue C M Y K H S L
Decimal 126 112 172 0.27 0.35 0 0.33 254 0.27 0.56
Hex 7E 70 AC 1B 23 0 21 FE 1B 38
Octal 176 160 254 33 43 0 41 376 33 70
Binary 1111110 1110000 10101100 11011 100011 0 100001 11111110 11011 111000

Color Harmonies of #7E70AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E70AC

Black with #7E70AC

Text Example


Text Example

White with #7E70AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E70AC; }

 p { color: rgb(126,112,172); }

 H1.HeaderClassName
 {
   color: #7E70AC;
 }
 .AnyTagClassName
 {
   color: #7E70AC;
 }
</style>

background-color css

<style>
 a { background-color: #7E70AC; }

 a { background-color: rgb(126,112,172); }

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

border-color css

<style>
 span { border-color: #7E70AC; }

 span { border-color: rgb(126,112,172); }

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