Html Css Color HEX #7965FA Medium Slate Blue

📋 copy color: '#7965FA'

red 121 ◦ green 101 ◦ blue 250

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

Shades of Medium Slate Blue #7965FA

Tints of Medium Slate Blue #7965FA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.4%

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

R = 25.64%
G = 21.4%
B = 52.97%

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

#7965FA (or 0x7965FA) is known color: Medium Slate Blue. HEX triplet: 79, 65 and FA. RGB value is (121,101,250). Sum of RGB (Red+Green+Blue) = 121+101+250=472 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.64% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #7965FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7965FA is #869A05. Grayscale: #7B7B7B. Windows color (decimal): -8821254 or 16409977. OLE color: 16409977.

HSL color Cylindrical-coordinate representation of color #7965FA: hue angle of 248.05º degrees, saturation: 0.94, 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 #7965FA is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 101 250 -
CMYK 0.52 0.60 0 0.02
HSL 248.05º 0.94% 0.69% -
HSV(B) 248.05º 0.6% 0.98% -
XYZ 29.79 20.27 92.79 -
YUV 123.97 199.13 125.88 -
System Red Green Blue C M Y K H S L
Decimal 121 101 250 0.52 0.60 0 0.02 248.05 0.94 0.69
Hex 79 65 FA 34 3C 0 2 F8 5E 45
Octal 171 145 372 64 74 0 2 370 136 105
Binary 1111001 1100101 11111010 110100 111100 0 10 11111000 1011110 1000101

Color Harmonies of #7965FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7965FA

Black with #7965FA

Text Example


Text Example

White with #7965FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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