Html Css Color HEX #7D7093 Deluge

📋 copy color: '#7D7093'

red 125 ◦ green 112 ◦ blue 147

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

Shades of Deluge #7D7093

Tints of Deluge #7D7093

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

 BLUE value IS 147 (57.81% from 255) = 38.28%

R = 32.55%
G = 29.17%
B = 38.28%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7D7093 (or 0x7D7093) is known color: Deluge. HEX triplet: 7D, 70 and 93. RGB value is (125,112,147). Sum of RGB (Red+Green+Blue) = 125+112+147=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D7093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7093 is #828F6C. Grayscale: #777777. Windows color (decimal): -8556397 or 9662589. OLE color: 9662589.

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

Color convert

RGB 125 112 147 -
CMYK 0.15 0.24 0 0.42
HSL 262.29º 0.14% 0.51% -
HSV(B) 262.29º 0.24% 0.58% -
XYZ 19.52 18.05 30.06 -
YUV 119.88 143.31 131.65 -
System Red Green Blue C M Y K H S L
Decimal 125 112 147 0.15 0.24 0 0.42 262.29 0.14 0.51
Hex 7D 70 93 F 18 0 2A 106 E 33
Octal 175 160 223 17 30 0 52 406 16 63
Binary 1111101 1110000 10010011 1111 11000 0 101010 100000110 1110 110011

Color Harmonies of #7D7093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7093

Black with #7D7093

Text Example


Text Example

White with #7D7093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,112,147); }

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

background-color css

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

 a { background-color: rgb(125,112,147); }

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

border-color css

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

 span { border-color: rgb(125,112,147); }

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