Html Css Color HEX #7E7AA1 Deluge

📋 copy color: '#7E7AA1'

red 126 ◦ green 122 ◦ blue 161

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

Shades of Deluge #7E7AA1

Tints of Deluge #7E7AA1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.83%

 BLUE value IS 161 (63.28% from 255) = 39.36%

R = 30.81%
G = 29.83%
B = 39.36%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7E7AA1 (or 0x7E7AA1) is known color: Deluge. HEX triplet: 7E, 7A and A1. RGB value is (126,122,161). Sum of RGB (Red+Green+Blue) = 126+122+161=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 161 - color contains mainly: blue. Hex color #7E7AA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7AA1 is #81855E. Grayscale: #7F7F7F. Windows color (decimal): -8488287 or 10582654. OLE color: 10582654.

HSL color Cylindrical-coordinate representation of color #7E7AA1: hue angle of 246.15º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E7AA1 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 126 122 161 -
CMYK 0.22 0.24 0 0.37
HSL 246.15º 0.17% 0.55% -
HSV(B) 246.15º 0.24% 0.63% -
XYZ 22 20.93 36.6 -
YUV 127.64 146.83 126.83 -
System Red Green Blue C M Y K H S L
Decimal 126 122 161 0.22 0.24 0 0.37 246.15 0.17 0.55
Hex 7E 7A A1 16 18 0 25 F6 11 37
Octal 176 172 241 26 30 0 45 366 21 67
Binary 1111110 1111010 10100001 10110 11000 0 100101 11110110 10001 110111

Color Harmonies of #7E7AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7AA1

Black with #7E7AA1

Text Example


Text Example

White with #7E7AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,122,161); }

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

background-color css

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

 a { background-color: rgb(126,122,161); }

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

border-color css

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

 span { border-color: rgb(126,122,161); }

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