Html Css Color HEX #7968F6 Medium Slate Blue

📋 copy color: '#7968F6'

red 121 ◦ green 104 ◦ blue 246

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

Shades of Medium Slate Blue #7968F6

Tints of Medium Slate Blue #7968F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.23%

R = 25.69%
G = 22.08%
B = 52.23%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7968F6 (or 0x7968F6) is known color: Medium Slate Blue. HEX triplet: 79, 68 and F6. RGB value is (121,104,246). Sum of RGB (Red+Green+Blue) = 121+104+246=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 246 (96.48% from 255 or 52.23% from 471); Max value from RGB is 246 - color contains mainly: blue. Hex color #7968F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7968F6 is #869709. Grayscale: #7C7C7C. Windows color (decimal): -8820490 or 16148601. OLE color: 16148601.

HSL color Cylindrical-coordinate representation of color #7968F6: hue angle of 247.18º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7968F6 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 121 104 246 -
CMYK 0.51 0.58 0 0.04
HSL 247.18º 0.89% 0.69% -
HSV(B) 247.18º 0.58% 0.96% -
XYZ 29.47 20.62 89.62 -
YUV 125.27 196.13 124.95 -
System Red Green Blue C M Y K H S L
Decimal 121 104 246 0.51 0.58 0 0.04 247.18 0.89 0.69
Hex 79 68 F6 33 3A 0 4 F7 59 45
Octal 171 150 366 63 72 0 4 367 131 105
Binary 1111001 1101000 11110110 110011 111010 0 100 11110111 1011001 1000101

Color Harmonies of #7968F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7968F6

Black with #7968F6

Text Example


Text Example

White with #7968F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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