Html Css Color HEX #7968FA Medium Slate Blue

📋 copy color: '#7968FA'

red 121 ◦ green 104 ◦ blue 250

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

Shades of Medium Slate Blue #7968FA

Tints of Medium Slate Blue #7968FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.63%

R = 25.47%
G = 21.89%
B = 52.63%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7968FA (or 0x7968FA) is known color: Medium Slate Blue. HEX triplet: 79, 68 and FA. RGB value is (121,104,250). Sum of RGB (Red+Green+Blue) = 121+104+250=475 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.47% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #7968FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7968FA is #869705. Grayscale: #7D7D7D. Windows color (decimal): -8820486 or 16410745. OLE color: 16410745.

HSL color Cylindrical-coordinate representation of color #7968FA: hue angle of 246.99º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7968FA is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 104 250 -
CMYK 0.52 0.58 0 0.02
HSL 246.99º 0.94% 0.69% -
HSV(B) 246.99º 0.58% 0.98% -
XYZ 30.09 20.87 92.88 -
YUV 125.73 198.13 124.63 -
System Red Green Blue C M Y K H S L
Decimal 121 104 250 0.52 0.58 0 0.02 246.99 0.94 0.69
Hex 79 68 FA 34 3A 0 2 F7 5E 45
Octal 171 150 372 64 72 0 2 367 136 105
Binary 1111001 1101000 11111010 110100 111010 0 10 11110111 1011110 1000101

Color Harmonies of #7968FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7968FA

Black with #7968FA

Text Example


Text Example

White with #7968FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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