Html Css Color HEX #7D7296 Deluge

📋 copy color: '#7D7296'

red 125 ◦ green 114 ◦ blue 150

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

Shades of Deluge #7D7296

Tints of Deluge #7D7296

RGB

 RED value IS 125 (49.22% from 255) = 32.13%

 GREEN value IS 114 (44.92% from 255) = 29.31%

 BLUE value IS 150 (58.98% from 255) = 38.56%

R = 32.13%
G = 29.31%
B = 38.56%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7D7296 (or 0x7D7296) is known color: Deluge. HEX triplet: 7D, 72 and 96. RGB value is (125,114,150). Sum of RGB (Red+Green+Blue) = 125+114+150=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 150 - color contains mainly: blue. Hex color #7D7296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7296 is #828D69. Grayscale: #797979. Windows color (decimal): -8555882 or 9859709. OLE color: 9859709.

HSL color Cylindrical-coordinate representation of color #7D7296: hue angle of 258.33º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D7296 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 125 114 150 -
CMYK 0.17 0.24 0 0.41
HSL 258.33º 0.15% 0.52% -
HSV(B) 258.33º 0.24% 0.59% -
XYZ 19.98 18.6 31.39 -
YUV 121.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 125 114 150 0.17 0.24 0 0.41 258.33 0.15 0.52
Hex 7D 72 96 11 18 0 29 102 F 34
Octal 175 162 226 21 30 0 51 402 17 64
Binary 1111101 1110010 10010110 10001 11000 0 101001 100000010 1111 110100

Color Harmonies of #7D7296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7296

Black with #7D7296

Text Example


Text Example

White with #7D7296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,114,150); }

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

background-color css

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

 a { background-color: rgb(125,114,150); }

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

border-color css

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

 span { border-color: rgb(125,114,150); }

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