Html Css Color HEX #795FFE Medium Slate Blue

📋 copy color: '#795FFE'

red 121 ◦ green 95 ◦ blue 254

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

Shades of Medium Slate Blue #795FFE

Tints of Medium Slate Blue #795FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.21%

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

R = 25.74%
G = 20.21%
B = 54.04%

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

#795FFE (or 0x795FFE) is known color: Medium Slate Blue. HEX triplet: 79, 5F and FE. RGB value is (121,95,254). Sum of RGB (Red+Green+Blue) = 121+95+254=470 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.74% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #795FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795FFE is #86A001. Grayscale: #787878. Windows color (decimal): -8822786 or 16670585. OLE color: 16670585.

HSL color Cylindrical-coordinate representation of color #795FFE: hue angle of 249.81º 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 #795FFE is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 121 95 254 -
CMYK 0.52 0.63 0 0.00
HSL 249.81º 0.99% 0.68% -
HSV(B) 249.81º 0.63% 1% -
XYZ 29.87 19.41 95.94 -
YUV 120.9 203.11 128.07 -
System Red Green Blue C M Y K H S L
Decimal 121 95 254 0.52 0.63 0 0.00 249.81 0.99 0.68
Hex 79 5F FE 34 3F 0 0 FA 63 44
Octal 171 137 376 64 77 0 0 372 143 104
Binary 1111001 1011111 11111110 110100 111111 0 0 11111010 1100011 1000100

Color Harmonies of #795FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795FFE

Black with #795FFE

Text Example


Text Example

White with #795FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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