Html Css Color HEX #795FDD Medium Slate Blue

📋 copy color: '#795FDD'

red 121 ◦ green 95 ◦ blue 221

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

Shades of Medium Slate Blue #795FDD

Tints of Medium Slate Blue #795FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.57%

R = 27.69%
G = 21.74%
B = 50.57%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#795FDD (or 0x795FDD) is known color: Medium Slate Blue. HEX triplet: 79, 5F and DD. RGB value is (121,95,221). Sum of RGB (Red+Green+Blue) = 121+95+221=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #795FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795FDD is #86A022. Grayscale: #747474. Windows color (decimal): -8822819 or 14507897. OLE color: 14507897.

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

Color convert

RGB 121 95 221 -
CMYK 0.45 0.57 0 0.13
HSL 252.38º 0.65% 0.62% -
HSV(B) 252.38º 0.57% 0.87% -
XYZ 25.03 17.47 70.46 -
YUV 117.14 186.61 130.75 -
System Red Green Blue C M Y K H S L
Decimal 121 95 221 0.45 0.57 0 0.13 252.38 0.65 0.62
Hex 79 5F DD 2D 39 0 D FC 41 3E
Octal 171 137 335 55 71 0 15 374 101 76
Binary 1111001 1011111 11011101 101101 111001 0 1101 11111100 1000001 111110

Color Harmonies of #795FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795FDD

Black with #795FDD

Text Example


Text Example

White with #795FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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