Html Css Color HEX #795EDC Medium Slate Blue

📋 copy color: '#795EDC'

red 121 ◦ green 94 ◦ blue 220

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

Shades of Medium Slate Blue #795EDC

Tints of Medium Slate Blue #795EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 27.82%
G = 21.61%
B = 50.57%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#795EDC (or 0x795EDC) is known color: Medium Slate Blue. HEX triplet: 79, 5E and DC. RGB value is (121,94,220). Sum of RGB (Red+Green+Blue) = 121+94+220=435 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.82% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #795EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795EDC is #86A123. Grayscale: #737373. Windows color (decimal): -8823076 or 14442105. OLE color: 14442105.

HSL color Cylindrical-coordinate representation of color #795EDC: hue angle of 252.86º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #795EDC is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 94 220 -
CMYK 0.45 0.57 0 0.14
HSL 252.86º 0.64% 0.62% -
HSV(B) 252.86º 0.57% 0.86% -
XYZ 24.81 17.24 69.73 -
YUV 116.44 186.45 131.25 -
System Red Green Blue C M Y K H S L
Decimal 121 94 220 0.45 0.57 0 0.14 252.86 0.64 0.62
Hex 79 5E DC 2D 39 0 E FD 40 3E
Octal 171 136 334 55 71 0 16 375 100 76
Binary 1111001 1011110 11011100 101101 111001 0 1110 11111101 1000000 111110

Color Harmonies of #795EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795EDC

Black with #795EDC

Text Example


Text Example

White with #795EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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