Html Css Color HEX #7964FB Medium Slate Blue

📋 copy color: '#7964FB'

red 121 ◦ green 100 ◦ blue 251

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

Shades of Medium Slate Blue #7964FB

Tints of Medium Slate Blue #7964FB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.19%

 BLUE value IS 251 (98.44% from 255) = 53.18%

R = 25.64%
G = 21.19%
B = 53.18%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7964FB (or 0x7964FB) is known color: Medium Slate Blue. HEX triplet: 79, 64 and FB. RGB value is (121,100,251). Sum of RGB (Red+Green+Blue) = 121+100+251=472 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.64% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #7964FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7964FB is #869B04. Grayscale: #7A7A7A. Windows color (decimal): -8821509 or 16475257. OLE color: 16475257.

HSL color Cylindrical-coordinate representation of color #7964FB: hue angle of 248.34º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7964FB is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 100 251 -
CMYK 0.52 0.60 0 0.02
HSL 248.34º 0.95% 0.69% -
HSV(B) 248.34º 0.6% 0.98% -
XYZ 29.85 20.14 93.58 -
YUV 123.49 199.96 126.22 -
System Red Green Blue C M Y K H S L
Decimal 121 100 251 0.52 0.60 0 0.02 248.34 0.95 0.69
Hex 79 64 FB 34 3C 0 2 F8 5F 45
Octal 171 144 373 64 74 0 2 370 137 105
Binary 1111001 1100100 11111011 110100 111100 0 10 11111000 1011111 1000101

Color Harmonies of #7964FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7964FB

Black with #7964FB

Text Example


Text Example

White with #7964FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7964FB; }

 p { color: rgb(121,100,251); }

 H1.HeaderClassName
 {
   color: #7964FB;
 }
 .AnyTagClassName
 {
   color: #7964FB;
 }
</style>

background-color css

<style>
 a { background-color: #7964FB; }

 a { background-color: rgb(121,100,251); }

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

border-color css

<style>
 span { border-color: #7964FB; }

 span { border-color: rgb(121,100,251); }

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