Html Css Color HEX #7968AD Deluge

📋 copy color: '#7968AD'

red 121 ◦ green 104 ◦ blue 173

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

Shades of Deluge #7968AD

Tints of Deluge #7968AD

RGB

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

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

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

R = 30.4%
G = 26.13%
B = 43.47%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7968AD (or 0x7968AD) is known color: Deluge. HEX triplet: 79, 68 and AD. RGB value is (121,104,173). Sum of RGB (Red+Green+Blue) = 121+104+173=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #7968AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7968AD is #869752. Grayscale: #747474. Windows color (decimal): -8820563 or 11364473. OLE color: 11364473.

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

Color convert

RGB 121 104 173 -
CMYK 0.30 0.40 0 0.32
HSL 254.78º 0.3% 0.54% -
HSV(B) 254.78º 0.4% 0.68% -
XYZ 20.38 16.98 41.74 -
YUV 116.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 121 104 173 0.30 0.40 0 0.32 254.78 0.3 0.54
Hex 79 68 AD 1E 28 0 20 FF 1E 36
Octal 171 150 255 36 50 0 40 377 36 66
Binary 1111001 1101000 10101101 11110 101000 0 100000 11111111 11110 110110

Color Harmonies of #7968AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7968AD

Black with #7968AD

Text Example


Text Example

White with #7968AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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