Html Css Color HEX #795DED Medium Slate Blue

📋 copy color: '#795DED'

red 121 ◦ green 93 ◦ blue 237

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

Shades of Medium Slate Blue #795DED

Tints of Medium Slate Blue #795DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.55%

R = 26.83%
G = 20.62%
B = 52.55%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#795DED (or 0x795DED) is known color: Medium Slate Blue. HEX triplet: 79, 5D and ED. RGB value is (121,93,237). Sum of RGB (Red+Green+Blue) = 121+93+237=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #795DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795DED is #86A212. Grayscale: #757575. Windows color (decimal): -8823315 or 15555961. OLE color: 15555961.

HSL color Cylindrical-coordinate representation of color #795DED: hue angle of 251.67º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #795DED is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 93 237 -
CMYK 0.49 0.61 0 0.07
HSL 251.67º 0.8% 0.65% -
HSV(B) 251.67º 0.61% 0.93% -
XYZ 27.09 18.01 82.17 -
YUV 117.79 195.28 130.29 -
System Red Green Blue C M Y K H S L
Decimal 121 93 237 0.49 0.61 0 0.07 251.67 0.8 0.65
Hex 79 5D ED 31 3D 0 7 FC 50 41
Octal 171 135 355 61 75 0 7 374 120 101
Binary 1111001 1011101 11101101 110001 111101 0 111 11111100 1010000 1000001

Color Harmonies of #795DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795DED

Black with #795DED

Text Example


Text Example

White with #795DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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