Html Css Color HEX #795DF2 Medium Slate Blue

📋 copy color: '#795DF2'

red 121 ◦ green 93 ◦ blue 242

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

Shades of Medium Slate Blue #795DF2

Tints of Medium Slate Blue #795DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 53.07%

R = 26.54%
G = 20.39%
B = 53.07%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#795DF2 (or 0x795DF2) is known color: Medium Slate Blue. HEX triplet: 79, 5D and F2. RGB value is (121,93,242). Sum of RGB (Red+Green+Blue) = 121+93+242=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #795DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795DF2 is #86A20D. Grayscale: #757575. Windows color (decimal): -8823310 or 15883641. OLE color: 15883641.

HSL color Cylindrical-coordinate representation of color #795DF2: hue angle of 251.28º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #795DF2 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 121 93 242 -
CMYK 0.50 0.62 0 0.05
HSL 251.28º 0.85% 0.66% -
HSV(B) 251.28º 0.62% 0.95% -
XYZ 27.83 18.3 86.07 -
YUV 118.36 197.78 129.88 -
System Red Green Blue C M Y K H S L
Decimal 121 93 242 0.50 0.62 0 0.05 251.28 0.85 0.66
Hex 79 5D F2 32 3E 0 5 FB 55 42
Octal 171 135 362 62 76 0 5 373 125 102
Binary 1111001 1011101 11110010 110010 111110 0 101 11111011 1010101 1000010

Color Harmonies of #795DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795DF2

Black with #795DF2

Text Example


Text Example

White with #795DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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