Html Css Color HEX #7E7C95 Deluge

📋 copy color: '#7E7C95'

red 126 ◦ green 124 ◦ blue 149

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

Shades of Deluge #7E7C95

Tints of Deluge #7E7C95

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.08%

 BLUE value IS 149 (58.59% from 255) = 37.34%

R = 31.58%
G = 31.08%
B = 37.34%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7E7C95 (or 0x7E7C95) is known color: Deluge. HEX triplet: 7E, 7C and 95. RGB value is (126,124,149). Sum of RGB (Red+Green+Blue) = 126+124+149=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 149 - color contains mainly: blue. Hex color #7E7C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7C95 is #81836A. Grayscale: #7F7F7F. Windows color (decimal): -8487787 or 9796734. OLE color: 9796734.

HSL color Cylindrical-coordinate representation of color #7E7C95: hue angle of 244.8º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7E7C95 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 126 124 149 -
CMYK 0.15 0.17 0 0.42
HSL 244.8º 0.11% 0.54% -
HSV(B) 244.8º 0.17% 0.58% -
XYZ 21.24 21.02 31.37 -
YUV 127.45 140.16 126.97 -
System Red Green Blue C M Y K H S L
Decimal 126 124 149 0.15 0.17 0 0.42 244.8 0.11 0.54
Hex 7E 7C 95 F 11 0 2A F5 B 36
Octal 176 174 225 17 21 0 52 365 13 66
Binary 1111110 1111100 10010101 1111 10001 0 101010 11110101 1011 110110

Color Harmonies of #7E7C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7C95

Black with #7E7C95

Text Example


Text Example

White with #7E7C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,124,149); }

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

background-color css

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

 a { background-color: rgb(126,124,149); }

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

border-color css

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

 span { border-color: rgb(126,124,149); }

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