Html Css Color HEX #7975AD Deluge

📋 copy color: '#7975AD'

red 121 ◦ green 117 ◦ blue 173

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

Shades of Deluge #7975AD

Tints of Deluge #7975AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 29.44%
G = 28.47%
B = 42.09%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7975AD (or 0x7975AD) is known color: Deluge. HEX triplet: 79, 75 and AD. RGB value is (121,117,173). Sum of RGB (Red+Green+Blue) = 121+117+173=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #7975AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7975AD is #868A52. Grayscale: #7C7C7C. Windows color (decimal): -8817235 or 11367801. OLE color: 11367801.

HSL color Cylindrical-coordinate representation of color #7975AD: hue angle of 244.29º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7975AD is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 117 173 -
CMYK 0.30 0.32 0 0.32
HSL 244.29º 0.25% 0.57% -
HSV(B) 244.29º 0.32% 0.68% -
XYZ 21.79 19.8 42.21 -
YUV 124.58 155.33 125.45 -
System Red Green Blue C M Y K H S L
Decimal 121 117 173 0.30 0.32 0 0.32 244.29 0.25 0.57
Hex 79 75 AD 1E 20 0 20 F4 19 39
Octal 171 165 255 36 40 0 40 364 31 71
Binary 1111001 1110101 10101101 11110 100000 0 100000 11110100 11001 111001

Color Harmonies of #7975AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7975AD

Black with #7975AD

Text Example


Text Example

White with #7975AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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