Html Css Color HEX #7D7990 Deluge

📋 copy color: '#7D7990'

red 125 ◦ green 121 ◦ blue 144

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

Shades of Deluge #7D7990

Tints of Deluge #7D7990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.03%

 BLUE value IS 144 (56.64% from 255) = 36.92%

R = 32.05%
G = 31.03%
B = 36.92%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7D7990 (or 0x7D7990) is known color: Deluge. HEX triplet: 7D, 79 and 90. RGB value is (125,121,144). Sum of RGB (Red+Green+Blue) = 125+121+144=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 144 - color contains mainly: blue. Hex color #7D7990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7990 is #82866F. Grayscale: #7C7C7C. Windows color (decimal): -8554096 or 9468285. OLE color: 9468285.

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

Color convert

RGB 125 121 144 -
CMYK 0.13 0.16 0 0.44
HSL 250.43º 0.09% 0.52% -
HSV(B) 250.43º 0.16% 0.56% -
XYZ 20.33 20.05 29.18 -
YUV 124.82 138.83 128.13 -
System Red Green Blue C M Y K H S L
Decimal 125 121 144 0.13 0.16 0 0.44 250.43 0.09 0.52
Hex 7D 79 90 D 10 0 2C FA 9 34
Octal 175 171 220 15 20 0 54 372 11 64
Binary 1111101 1111001 10010000 1101 10000 0 101100 11111010 1001 110100

Color Harmonies of #7D7990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7990

Black with #7D7990

Text Example


Text Example

White with #7D7990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,121,144); }

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

background-color css

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

 a { background-color: rgb(125,121,144); }

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

border-color css

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

 span { border-color: rgb(125,121,144); }

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