Html Css Color HEX #795FEC Medium Slate Blue

📋 copy color: '#795FEC'

red 121 ◦ green 95 ◦ blue 236

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

Shades of Medium Slate Blue #795FEC

Tints of Medium Slate Blue #795FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.21%

R = 26.77%
G = 21.02%
B = 52.21%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#795FEC (or 0x795FEC) is known color: Medium Slate Blue. HEX triplet: 79, 5F and EC. RGB value is (121,95,236). Sum of RGB (Red+Green+Blue) = 121+95+236=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #795FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795FEC is #86A013. Grayscale: #767676. Windows color (decimal): -8822804 or 15490937. OLE color: 15490937.

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

Color convert

RGB 121 95 236 -
CMYK 0.49 0.60 0 0.07
HSL 251.06º 0.79% 0.65% -
HSV(B) 251.06º 0.6% 0.93% -
XYZ 27.12 18.31 81.46 -
YUV 118.85 194.11 129.54 -
System Red Green Blue C M Y K H S L
Decimal 121 95 236 0.49 0.60 0 0.07 251.06 0.79 0.65
Hex 79 5F EC 31 3C 0 7 FB 4F 41
Octal 171 137 354 61 74 0 7 373 117 101
Binary 1111001 1011111 11101100 110001 111100 0 111 11111011 1001111 1000001

Color Harmonies of #795FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795FEC

Black with #795FEC

Text Example


Text Example

White with #795FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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