Html Css Color HEX #7E7D8E Deluge

📋 copy color: '#7E7D8E'

red 126 ◦ green 125 ◦ blue 142

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

Shades of Deluge #7E7D8E

Tints of Deluge #7E7D8E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.81%

 BLUE value IS 142 (55.86% from 255) = 36.13%

R = 32.06%
G = 31.81%
B = 36.13%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7E7D8E (or 0x7E7D8E) is known color: Deluge. HEX triplet: 7E, 7D and 8E. RGB value is (126,125,142). Sum of RGB (Red+Green+Blue) = 126+125+142=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E7D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7D8E is #818271. Grayscale: #7F7F7F. Windows color (decimal): -8487538 or 9338238. OLE color: 9338238.

HSL color Cylindrical-coordinate representation of color #7E7D8E: hue angle of 243.53º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7E7D8E is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 126 125 142 -
CMYK 0.11 0.12 0 0.44
HSL 243.53º 0.07% 0.52% -
HSV(B) 243.53º 0.12% 0.56% -
XYZ 20.82 21.06 28.56 -
YUV 127.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 126 125 142 0.11 0.12 0 0.44 243.53 0.07 0.52
Hex 7E 7D 8E B C 0 2C F4 7 34
Octal 176 175 216 13 14 0 54 364 7 64
Binary 1111110 1111101 10001110 1011 1100 0 101100 11110100 111 110100

Color Harmonies of #7E7D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7D8E

Black with #7E7D8E

Text Example


Text Example

White with #7E7D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,125,142); }

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

background-color css

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

 a { background-color: rgb(126,125,142); }

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

border-color css

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

 span { border-color: rgb(126,125,142); }

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