Html Css Color HEX #7975AC Deluge

📋 copy color: '#7975AC'

red 121 ◦ green 117 ◦ blue 172

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

Shades of Deluge #7975AC

Tints of Deluge #7975AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 29.51%
G = 28.54%
B = 41.95%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7975AC (or 0x7975AC) is known color: Deluge. HEX triplet: 79, 75 and AC. RGB value is (121,117,172). Sum of RGB (Red+Green+Blue) = 121+117+172=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #7975AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7975AC is #868A53. Grayscale: #7C7C7C. Windows color (decimal): -8817236 or 11302265. OLE color: 11302265.

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

Color convert

RGB 121 117 172 -
CMYK 0.30 0.32 0 0.33
HSL 244.36º 0.25% 0.57% -
HSV(B) 244.36º 0.32% 0.67% -
XYZ 21.69 19.77 41.7 -
YUV 124.47 154.83 125.53 -
System Red Green Blue C M Y K H S L
Decimal 121 117 172 0.30 0.32 0 0.33 244.36 0.25 0.57
Hex 79 75 AC 1E 20 0 21 F4 19 39
Octal 171 165 254 36 40 0 41 364 31 71
Binary 1111001 1110101 10101100 11110 100000 0 100001 11110100 11001 111001

Color Harmonies of #7975AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7975AC

Black with #7975AC

Text Example


Text Example

White with #7975AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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