Html Css Color HEX #7E7698 Deluge

📋 copy color: '#7E7698'

red 126 ◦ green 118 ◦ blue 152

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

Shades of Deluge #7E7698

Tints of Deluge #7E7698

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.8%

 BLUE value IS 152 (59.77% from 255) = 38.38%

R = 31.82%
G = 29.8%
B = 38.38%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7E7698 (or 0x7E7698) is known color: Deluge. HEX triplet: 7E, 76 and 98. RGB value is (126,118,152). Sum of RGB (Red+Green+Blue) = 126+118+152=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 152 - color contains mainly: blue. Hex color #7E7698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7698 is #818967. Grayscale: #7C7C7C. Windows color (decimal): -8489320 or 9991806. OLE color: 9991806.

HSL color Cylindrical-coordinate representation of color #7E7698: hue angle of 254.12º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7E7698 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 126 118 152 -
CMYK 0.17 0.22 0 0.40
HSL 254.12º 0.14% 0.53% -
HSV(B) 254.12º 0.22% 0.6% -
XYZ 20.75 19.66 32.41 -
YUV 124.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 126 118 152 0.17 0.22 0 0.40 254.12 0.14 0.53
Hex 7E 76 98 11 16 0 28 FE E 35
Octal 176 166 230 21 26 0 50 376 16 65
Binary 1111110 1110110 10011000 10001 10110 0 101000 11111110 1110 110101

Color Harmonies of #7E7698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7698

Black with #7E7698

Text Example


Text Example

White with #7E7698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,118,152); }

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

background-color css

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

 a { background-color: rgb(126,118,152); }

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

border-color css

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

 span { border-color: rgb(126,118,152); }

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