Html Css Color HEX #795FDC Medium Slate Blue

📋 copy color: '#795FDC'

red 121 ◦ green 95 ◦ blue 220

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

Shades of Medium Slate Blue #795FDC

Tints of Medium Slate Blue #795FDC

RGB

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

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

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

R = 27.75%
G = 21.79%
B = 50.46%

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

#795FDC (or 0x795FDC) is known color: Medium Slate Blue. HEX triplet: 79, 5F and DC. RGB value is (121,95,220). Sum of RGB (Red+Green+Blue) = 121+95+220=436 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.75% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #795FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795FDC is #86A023. Grayscale: #747474. Windows color (decimal): -8822820 or 14442361. OLE color: 14442361.

HSL color Cylindrical-coordinate representation of color #795FDC: hue angle of 252.48º 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 #795FDC is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 95 220 -
CMYK 0.45 0.57 0 0.14
HSL 252.48º 0.64% 0.62% -
HSV(B) 252.48º 0.57% 0.86% -
XYZ 24.9 17.42 69.76 -
YUV 117.02 186.11 130.84 -
System Red Green Blue C M Y K H S L
Decimal 121 95 220 0.45 0.57 0 0.14 252.48 0.64 0.62
Hex 79 5F DC 2D 39 0 E FC 40 3E
Octal 171 137 334 55 71 0 16 374 100 76
Binary 1111001 1011111 11011100 101101 111001 0 1110 11111100 1000000 111110

Color Harmonies of #795FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795FDC

Black with #795FDC

Text Example


Text Example

White with #795FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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