Html Css Color HEX #795DFD Medium Slate Blue

📋 copy color: '#795DFD'

red 121 ◦ green 93 ◦ blue 253

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

Shades of Medium Slate Blue #795DFD

Tints of Medium Slate Blue #795DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.18%

R = 25.91%
G = 19.91%
B = 54.18%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#795DFD (or 0x795DFD) is known color: Medium Slate Blue. HEX triplet: 79, 5D and FD. RGB value is (121,93,253). Sum of RGB (Red+Green+Blue) = 121+93+253=467 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.91% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #795DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795DFD is #86A202. Grayscale: #767676. Windows color (decimal): -8823299 or 16604537. OLE color: 16604537.

HSL color Cylindrical-coordinate representation of color #795DFD: hue angle of 250.5º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #795DFD is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 121 93 253 -
CMYK 0.52 0.63 0 0.01
HSL 250.5º 0.98% 0.68% -
HSV(B) 250.5º 0.63% 0.99% -
XYZ 29.53 18.99 95.04 -
YUV 119.61 203.28 128.99 -
System Red Green Blue C M Y K H S L
Decimal 121 93 253 0.52 0.63 0 0.01 250.5 0.98 0.68
Hex 79 5D FD 34 3F 0 1 FB 62 44
Octal 171 135 375 64 77 0 1 373 142 104
Binary 1111001 1011101 11111101 110100 111111 0 1 11111011 1100010 1000100

Color Harmonies of #795DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795DFD

Black with #795DFD

Text Example


Text Example

White with #795DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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