Html Css Color HEX #795DF6 Medium Slate Blue

📋 copy color: '#795DF6'

red 121 ◦ green 93 ◦ blue 246

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

Shades of Medium Slate Blue #795DF6

Tints of Medium Slate Blue #795DF6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.22%

 BLUE value IS 246 (96.48% from 255) = 53.48%

R = 26.3%
G = 20.22%
B = 53.48%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#795DF6 (or 0x795DF6) is known color: Medium Slate Blue. HEX triplet: 79, 5D and F6. RGB value is (121,93,246). Sum of RGB (Red+Green+Blue) = 121+93+246=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 246 (96.48% from 255 or 53.48% from 460); Max value from RGB is 246 - color contains mainly: blue. Hex color #795DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795DF6 is #86A209. Grayscale: #767676. Windows color (decimal): -8823306 or 16145785. OLE color: 16145785.

HSL color Cylindrical-coordinate representation of color #795DF6: hue angle of 250.98º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #795DF6 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 121 93 246 -
CMYK 0.51 0.62 0 0.04
HSL 250.98º 0.89% 0.66% -
HSV(B) 250.98º 0.62% 0.96% -
XYZ 28.43 18.55 89.27 -
YUV 118.81 199.78 129.56 -
System Red Green Blue C M Y K H S L
Decimal 121 93 246 0.51 0.62 0 0.04 250.98 0.89 0.66
Hex 79 5D F6 33 3E 0 4 FB 59 42
Octal 171 135 366 63 76 0 4 373 131 102
Binary 1111001 1011101 11110110 110011 111110 0 100 11111011 1011001 1000010

Color Harmonies of #795DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795DF6

Black with #795DF6

Text Example


Text Example

White with #795DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,93,246); }

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

background-color css

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

 a { background-color: rgb(121,93,246); }

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

border-color css

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

 span { border-color: rgb(121,93,246); }

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