Html Css Color HEX #7966FC Medium Slate Blue

📋 copy color: '#7966FC'

red 121 ◦ green 102 ◦ blue 252

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

Shades of Medium Slate Blue #7966FC

Tints of Medium Slate Blue #7966FC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.47%

 BLUE value IS 252 (98.83% from 255) = 53.05%

R = 25.47%
G = 21.47%
B = 53.05%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7966FC (or 0x7966FC) is known color: Medium Slate Blue. HEX triplet: 79, 66 and FC. RGB value is (121,102,252). Sum of RGB (Red+Green+Blue) = 121+102+252=475 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.47% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #7966FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7966FC is #869903. Grayscale: #7C7C7C. Windows color (decimal): -8820996 or 16541305. OLE color: 16541305.

HSL color Cylindrical-coordinate representation of color #7966FC: hue angle of 247.6º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7966FC is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 121 102 252 -
CMYK 0.52 0.60 0 0.01
HSL 247.6º 0.96% 0.69% -
HSV(B) 247.6º 0.6% 0.99% -
XYZ 30.21 20.6 94.48 -
YUV 124.78 199.79 125.3 -
System Red Green Blue C M Y K H S L
Decimal 121 102 252 0.52 0.60 0 0.01 247.6 0.96 0.69
Hex 79 66 FC 34 3C 0 1 F8 60 45
Octal 171 146 374 64 74 0 1 370 140 105
Binary 1111001 1100110 11111100 110100 111100 0 1 11111000 1100000 1000101

Color Harmonies of #7966FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7966FC

Black with #7966FC

Text Example


Text Example

White with #7966FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7966FC; }

 p { color: rgb(121,102,252); }

 H1.HeaderClassName
 {
   color: #7966FC;
 }
 .AnyTagClassName
 {
   color: #7966FC;
 }
</style>

background-color css

<style>
 a { background-color: #7966FC; }

 a { background-color: rgb(121,102,252); }

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

border-color css

<style>
 span { border-color: #7966FC; }

 span { border-color: rgb(121,102,252); }

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