Html Css Color HEX #795DE5 Medium Slate Blue

📋 copy color: '#795DE5'

red 121 ◦ green 93 ◦ blue 229

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

Shades of Medium Slate Blue #795DE5

Tints of Medium Slate Blue #795DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 51.69%

R = 27.31%
G = 20.99%
B = 51.69%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#795DE5 (or 0x795DE5) is known color: Medium Slate Blue. HEX triplet: 79, 5D and E5. RGB value is (121,93,229). Sum of RGB (Red+Green+Blue) = 121+93+229=443 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.31% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #795DE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795DE5 is #86A21A. Grayscale: #747474. Windows color (decimal): -8823323 or 15031673. OLE color: 15031673.

HSL color Cylindrical-coordinate representation of color #795DE5: hue angle of 252.35º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #795DE5 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 121 93 229 -
CMYK 0.47 0.59 0 0.10
HSL 252.35º 0.72% 0.63% -
HSV(B) 252.35º 0.59% 0.9% -
XYZ 25.94 17.55 76.15 -
YUV 116.88 191.28 130.94 -
System Red Green Blue C M Y K H S L
Decimal 121 93 229 0.47 0.59 0 0.10 252.35 0.72 0.63
Hex 79 5D E5 2F 3B 0 A FC 48 3F
Octal 171 135 345 57 73 0 12 374 110 77
Binary 1111001 1011101 11100101 101111 111011 0 1010 11111100 1001000 111111

Color Harmonies of #795DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795DE5

Black with #795DE5

Text Example


Text Example

White with #795DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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