Html Css Color HEX #795EFE Medium Slate Blue

📋 copy color: '#795EFE'

red 121 ◦ green 94 ◦ blue 254

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

Shades of Medium Slate Blue #795EFE

Tints of Medium Slate Blue #795EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.04%

 BLUE value IS 254 (99.61% from 255) = 54.16%

R = 25.8%
G = 20.04%
B = 54.16%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#795EFE (or 0x795EFE) is known color: Medium Slate Blue. HEX triplet: 79, 5E and FE. RGB value is (121,94,254). Sum of RGB (Red+Green+Blue) = 121+94+254=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #795EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795EFE is #86A101. Grayscale: #777777. Windows color (decimal): -8823042 or 16670329. OLE color: 16670329.

HSL color Cylindrical-coordinate representation of color #795EFE: hue angle of 250.12º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #795EFE is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 121 94 254 -
CMYK 0.52 0.63 0 0.00
HSL 250.13º 0.99% 0.68% -
HSV(B) 250.13º 0.63% 1% -
XYZ 29.78 19.23 95.91 -
YUV 120.31 203.45 128.49 -
System Red Green Blue C M Y K H S L
Decimal 121 94 254 0.52 0.63 0 0.00 250.13 0.99 0.68
Hex 79 5E FE 34 3F 0 0 FA 63 44
Octal 171 136 376 64 77 0 0 372 143 104
Binary 1111001 1011110 11111110 110100 111111 0 0 11111010 1100011 1000100

Color Harmonies of #795EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795EFE

Black with #795EFE

Text Example


Text Example

White with #795EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795EFE; }

 p { color: rgb(121,94,254); }

 H1.HeaderClassName
 {
   color: #795EFE;
 }
 .AnyTagClassName
 {
   color: #795EFE;
 }
</style>

background-color css

<style>
 a { background-color: #795EFE; }

 a { background-color: rgb(121,94,254); }

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

border-color css

<style>
 span { border-color: #795EFE; }

 span { border-color: rgb(121,94,254); }

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