Html Css Color HEX #7E70B5 Deluge

📋 copy color: '#7E70B5'

red 126 ◦ green 112 ◦ blue 181

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

Shades of Deluge #7E70B5

Tints of Deluge #7E70B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.2%

R = 30.07%
G = 26.73%
B = 43.2%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7E70B5 (or 0x7E70B5) is known color: Deluge. HEX triplet: 7E, 70 and B5. RGB value is (126,112,181). Sum of RGB (Red+Green+Blue) = 126+112+181=419 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.07% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 181 - color contains mainly: blue. Hex color #7E70B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E70B5 is #818F4A. Grayscale: #7B7B7B. Windows color (decimal): -8490827 or 11890814. OLE color: 11890814.

HSL color Cylindrical-coordinate representation of color #7E70B5: hue angle of 252.17º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E70B5 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 126 112 181 -
CMYK 0.30 0.38 0 0.29
HSL 252.17º 0.32% 0.57% -
HSV(B) 252.17º 0.38% 0.71% -
XYZ 22.74 19.36 46.25 -
YUV 124.05 160.14 129.39 -
System Red Green Blue C M Y K H S L
Decimal 126 112 181 0.30 0.38 0 0.29 252.17 0.32 0.57
Hex 7E 70 B5 1E 26 0 1D FC 20 39
Octal 176 160 265 36 46 0 35 374 40 71
Binary 1111110 1110000 10110101 11110 100110 0 11101 11111100 100000 111001

Color Harmonies of #7E70B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E70B5

Black with #7E70B5

Text Example


Text Example

White with #7E70B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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