Html Css Color HEX #795DFF Medium Slate Blue

📋 copy color: '#795DFF'

red 121 ◦ green 93 ◦ blue 255

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

Shades of Medium Slate Blue #795DFF

Tints of Medium Slate Blue #795DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.83%

 BLUE value IS 255 (100% from 255) = 54.37%

R = 25.8%
G = 19.83%
B = 54.37%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#795DFF (or 0x795DFF) is known color: Medium Slate Blue. HEX triplet: 79, 5D and FF. RGB value is (121,93,255). Sum of RGB (Red+Green+Blue) = 121+93+255=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #795DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795DFF is #86A200. Grayscale: #777777. Windows color (decimal): -8823297 or 16735609. OLE color: 16735609.

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

Color convert

RGB 121 93 255 -
CMYK 0.53 0.64 0 0
HSL 250.37º 1% 0.68% -
HSV(B) 250.37º 0.64% 1% -
XYZ 29.85 19.11 96.72 -
YUV 119.84 204.28 128.83 -
System Red Green Blue C M Y K H S L
Decimal 121 93 255 0.53 0.64 0 0 250.37 1 0.68
Hex 79 5D FF 35 40 0 0 FA 64 44
Octal 171 135 377 65 100 0 0 372 144 104
Binary 1111001 1011101 11111111 110101 1000000 0 0 11111010 1100100 1000100

Color Harmonies of #795DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795DFF

Black with #795DFF

Text Example


Text Example

White with #795DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,93,255); }

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

background-color css

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

 a { background-color: rgb(121,93,255); }

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

border-color css

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

 span { border-color: rgb(121,93,255); }

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