Html Css Color HEX #7975AA Deluge

📋 copy color: '#7975AA'

red 121 ◦ green 117 ◦ blue 170

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

Shades of Deluge #7975AA

Tints of Deluge #7975AA

RGB

 RED value IS 121 (47.66% from 255) = 29.66%

 GREEN value IS 117 (46.09% from 255) = 28.68%

 BLUE value IS 170 (66.8% from 255) = 41.67%

R = 29.66%
G = 28.68%
B = 41.67%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7975AA (or 0x7975AA) is known color: Deluge. HEX triplet: 79, 75 and AA. RGB value is (121,117,170). Sum of RGB (Red+Green+Blue) = 121+117+170=408 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.66% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #7975AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7975AA is #868A55. Grayscale: #7C7C7C. Windows color (decimal): -8817238 or 11171193. OLE color: 11171193.

HSL color Cylindrical-coordinate representation of color #7975AA: hue angle of 244.53º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7975AA is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 117 170 -
CMYK 0.29 0.31 0 0.33
HSL 244.53º 0.24% 0.56% -
HSV(B) 244.53º 0.31% 0.67% -
XYZ 21.5 19.69 40.7 -
YUV 124.24 153.83 125.69 -
System Red Green Blue C M Y K H S L
Decimal 121 117 170 0.29 0.31 0 0.33 244.53 0.24 0.56
Hex 79 75 AA 1D 1F 0 21 F5 18 38
Octal 171 165 252 35 37 0 41 365 30 70
Binary 1111001 1110101 10101010 11101 11111 0 100001 11110101 11000 111000

Color Harmonies of #7975AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7975AA

Black with #7975AA

Text Example


Text Example

White with #7975AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7975AA; }

 p { color: rgb(121,117,170); }

 H1.HeaderClassName
 {
   color: #7975AA;
 }
 .AnyTagClassName
 {
   color: #7975AA;
 }
</style>

background-color css

<style>
 a { background-color: #7975AA; }

 a { background-color: rgb(121,117,170); }

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

border-color css

<style>
 span { border-color: #7975AA; }

 span { border-color: rgb(121,117,170); }

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