Html Css Color HEX #7E609F Deluge

📋 copy color: '#7E609F'

red 126 ◦ green 96 ◦ blue 159

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

Shades of Deluge #7E609F

Tints of Deluge #7E609F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.2%

 BLUE value IS 159 (62.5% from 255) = 41.73%

R = 33.07%
G = 25.2%
B = 41.73%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E609F (or 0x7E609F) is known color: Deluge. HEX triplet: 7E, 60 and 9F. RGB value is (126,96,159). Sum of RGB (Red+Green+Blue) = 126+96+159=381 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.07% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E609F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E609F is #819F60. Grayscale: #6F6F6F. Windows color (decimal): -8494945 or 10444926. OLE color: 10444926.

HSL color Cylindrical-coordinate representation of color #7E609F: hue angle of 268.57º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E609F is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 126 96 159 -
CMYK 0.21 0.40 0 0.38
HSL 268.57º 0.25% 0.5% -
HSV(B) 268.57º 0.4% 0.62% -
XYZ 19.05 15.3 34.75 -
YUV 112.15 154.44 137.88 -
System Red Green Blue C M Y K H S L
Decimal 126 96 159 0.21 0.40 0 0.38 268.57 0.25 0.5
Hex 7E 60 9F 15 28 0 26 10D 19 32
Octal 176 140 237 25 50 0 46 415 31 62
Binary 1111110 1100000 10011111 10101 101000 0 100110 100001101 11001 110010

Color Harmonies of #7E609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E609F

Black with #7E609F

Text Example


Text Example

White with #7E609F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,96,159); }

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

background-color css

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

 a { background-color: rgb(126,96,159); }

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

border-color css

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

 span { border-color: rgb(126,96,159); }

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