Html Css Color HEX #7E74A5 Deluge

📋 copy color: '#7E74A5'

red 126 ◦ green 116 ◦ blue 165

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

Shades of Deluge #7E74A5

Tints of Deluge #7E74A5

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.5%

 BLUE value IS 165 (64.84% from 255) = 40.54%

R = 30.96%
G = 28.5%
B = 40.54%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7E74A5 (or 0x7E74A5) is known color: Deluge. HEX triplet: 7E, 74 and A5. RGB value is (126,116,165). Sum of RGB (Red+Green+Blue) = 126+116+165=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 165 - color contains mainly: blue. Hex color #7E74A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E74A5 is #818B5A. Grayscale: #7C7C7C. Windows color (decimal): -8489819 or 10843262. OLE color: 10843262.

HSL color Cylindrical-coordinate representation of color #7E74A5: hue angle of 252.24º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E74A5 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 126 116 165 -
CMYK 0.24 0.30 0 0.35
HSL 252.24º 0.21% 0.55% -
HSV(B) 252.24º 0.3% 0.65% -
XYZ 21.64 19.64 38.25 -
YUV 124.58 150.81 129.02 -
System Red Green Blue C M Y K H S L
Decimal 126 116 165 0.24 0.30 0 0.35 252.24 0.21 0.55
Hex 7E 74 A5 18 1E 0 23 FC 15 37
Octal 176 164 245 30 36 0 43 374 25 67
Binary 1111110 1110100 10100101 11000 11110 0 100011 11111100 10101 110111

Color Harmonies of #7E74A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E74A5

Black with #7E74A5

Text Example


Text Example

White with #7E74A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,116,165); }

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

background-color css

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

 a { background-color: rgb(126,116,165); }

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

border-color css

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

 span { border-color: rgb(126,116,165); }

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