Html Css Color HEX #795FE0 Medium Slate Blue

📋 copy color: '#795FE0'

red 121 ◦ green 95 ◦ blue 224

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

Shades of Medium Slate Blue #795FE0

Tints of Medium Slate Blue #795FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.91%

R = 27.5%
G = 21.59%
B = 50.91%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#795FE0 (or 0x795FE0) is known color: Medium Slate Blue. HEX triplet: 79, 5F and E0. RGB value is (121,95,224). Sum of RGB (Red+Green+Blue) = 121+95+224=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 224 (87.89% from 255 or 50.91% from 440); Max value from RGB is 224 - color contains mainly: blue. Hex color #795FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795FE0 is #86A01F. Grayscale: #747474. Windows color (decimal): -8822816 or 14704505. OLE color: 14704505.

HSL color Cylindrical-coordinate representation of color #795FE0: hue angle of 252.09º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #795FE0 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 121 95 224 -
CMYK 0.46 0.58 0 0.12
HSL 252.09º 0.68% 0.63% -
HSV(B) 252.09º 0.58% 0.88% -
XYZ 25.43 17.63 72.58 -
YUV 117.48 188.11 130.51 -
System Red Green Blue C M Y K H S L
Decimal 121 95 224 0.46 0.58 0 0.12 252.09 0.68 0.63
Hex 79 5F E0 2E 3A 0 C FC 44 3F
Octal 171 137 340 56 72 0 14 374 104 77
Binary 1111001 1011111 11100000 101110 111010 0 1100 11111100 1000100 111111

Color Harmonies of #795FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795FE0

Black with #795FE0

Text Example


Text Example

White with #795FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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