Html Css Color HEX #7968C6 Moody Blue

📋 copy color: '#7968C6'

red 121 ◦ green 104 ◦ blue 198

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

Shades of Moody Blue #7968C6

Tints of Moody Blue #7968C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.81%

R = 28.61%
G = 24.59%
B = 46.81%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7968C6 (or 0x7968C6) is known color: Moody Blue. HEX triplet: 79, 68 and C6. RGB value is (121,104,198). Sum of RGB (Red+Green+Blue) = 121+104+198=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 198 (77.73% from 255 or 46.81% from 423); Max value from RGB is 198 - color contains mainly: blue. Hex color #7968C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7968C6 is #869739. Grayscale: #777777. Windows color (decimal): -8820538 or 13002873. OLE color: 13002873.

HSL color Cylindrical-coordinate representation of color #7968C6: hue angle of 250.85º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7968C6 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 121 104 198 -
CMYK 0.39 0.47 0 0.22
HSL 250.85º 0.45% 0.59% -
HSV(B) 250.85º 0.47% 0.78% -
XYZ 23.03 18.04 55.69 -
YUV 119.8 172.13 128.86 -
System Red Green Blue C M Y K H S L
Decimal 121 104 198 0.39 0.47 0 0.22 250.85 0.45 0.59
Hex 79 68 C6 27 2F 0 16 FB 2D 3B
Octal 171 150 306 47 57 0 26 373 55 73
Binary 1111001 1101000 11000110 100111 101111 0 10110 11111011 101101 111011

Color Harmonies of #7968C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7968C6

Black with #7968C6

Text Example


Text Example

White with #7968C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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