Html Css Color HEX #7E67AA Deluge

📋 copy color: '#7E67AA'

red 126 ◦ green 103 ◦ blue 170

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

Shades of Deluge #7E67AA

Tints of Deluge #7E67AA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.81%

 BLUE value IS 170 (66.8% from 255) = 42.61%

R = 31.58%
G = 25.81%
B = 42.61%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E67AA (or 0x7E67AA) is known color: Deluge. HEX triplet: 7E, 67 and AA. RGB value is (126,103,170). Sum of RGB (Red+Green+Blue) = 126+103+170=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E67AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E67AA is #819855. Grayscale: #757575. Windows color (decimal): -8493142 or 11167614. OLE color: 11167614.

HSL color Cylindrical-coordinate representation of color #7E67AA: hue angle of 260.6º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E67AA is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 103 170 -
CMYK 0.26 0.39 0 0.33
HSL 260.6º 0.28% 0.54% -
HSV(B) 260.6º 0.39% 0.67% -
XYZ 20.71 17.04 40.23 -
YUV 117.52 157.62 134.05 -
System Red Green Blue C M Y K H S L
Decimal 126 103 170 0.26 0.39 0 0.33 260.6 0.28 0.54
Hex 7E 67 AA 1A 27 0 21 105 1C 36
Octal 176 147 252 32 47 0 41 405 34 66
Binary 1111110 1100111 10101010 11010 100111 0 100001 100000101 11100 110110

Color Harmonies of #7E67AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E67AA

Black with #7E67AA

Text Example


Text Example

White with #7E67AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,103,170); }

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

background-color css

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

 a { background-color: rgb(126,103,170); }

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

border-color css

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

 span { border-color: rgb(126,103,170); }

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