Html Css Color HEX #795CDF Medium Slate Blue

📋 copy color: '#795CDF'

red 121 ◦ green 92 ◦ blue 223

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

Shades of Medium Slate Blue #795CDF

Tints of Medium Slate Blue #795CDF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.1%

 BLUE value IS 223 (87.5% from 255) = 51.15%

R = 27.75%
G = 21.1%
B = 51.15%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#795CDF (or 0x795CDF) is known color: Medium Slate Blue. HEX triplet: 79, 5C and DF. RGB value is (121,92,223). Sum of RGB (Red+Green+Blue) = 121+92+223=436 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.75% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #795CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795CDF is #86A320. Grayscale: #737373. Windows color (decimal): -8823585 or 14638201. OLE color: 14638201.

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

Color convert

RGB 121 92 223 -
CMYK 0.46 0.59 0 0.13
HSL 253.28º 0.67% 0.62% -
HSV(B) 253.28º 0.59% 0.87% -
XYZ 25.03 17.05 71.78 -
YUV 115.61 188.61 131.85 -
System Red Green Blue C M Y K H S L
Decimal 121 92 223 0.46 0.59 0 0.13 253.28 0.67 0.62
Hex 79 5C DF 2E 3B 0 D FD 43 3E
Octal 171 134 337 56 73 0 15 375 103 76
Binary 1111001 1011100 11011111 101110 111011 0 1101 11111101 1000011 111110

Color Harmonies of #795CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795CDF

Black with #795CDF

Text Example


Text Example

White with #795CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,92,223); }

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

background-color css

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

 a { background-color: rgb(121,92,223); }

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

border-color css

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

 span { border-color: rgb(121,92,223); }

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