Html Css Color HEX #7968AA Deluge

📋 copy color: '#7968AA'

red 121 ◦ green 104 ◦ blue 170

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

Shades of Deluge #7968AA

Tints of Deluge #7968AA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.33%

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

R = 30.63%
G = 26.33%
B = 43.04%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7968AA (or 0x7968AA) is known color: Deluge. HEX triplet: 79, 68 and AA. RGB value is (121,104,170). Sum of RGB (Red+Green+Blue) = 121+104+170=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #7968AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7968AA is #869755. Grayscale: #747474. Windows color (decimal): -8820566 or 11167865. OLE color: 11167865.

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

Color convert

RGB 121 104 170 -
CMYK 0.29 0.39 0 0.33
HSL 255.45º 0.28% 0.54% -
HSV(B) 255.45º 0.39% 0.67% -
XYZ 20.09 16.87 40.23 -
YUV 116.61 158.13 131.13 -
System Red Green Blue C M Y K H S L
Decimal 121 104 170 0.29 0.39 0 0.33 255.45 0.28 0.54
Hex 79 68 AA 1D 27 0 21 FF 1C 36
Octal 171 150 252 35 47 0 41 377 34 66
Binary 1111001 1101000 10101010 11101 100111 0 100001 11111111 11100 110110

Color Harmonies of #7968AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7968AA

Black with #7968AA

Text Example


Text Example

White with #7968AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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