Html Css Color HEX #795FE5 Medium Slate Blue

📋 copy color: '#795FE5'

red 121 ◦ green 95 ◦ blue 229

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

Shades of Medium Slate Blue #795FE5

Tints of Medium Slate Blue #795FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 51.46%

R = 27.19%
G = 21.35%
B = 51.46%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#795FE5 (or 0x795FE5) is known color: Medium Slate Blue. HEX triplet: 79, 5F and E5. RGB value is (121,95,229). Sum of RGB (Red+Green+Blue) = 121+95+229=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 229 (89.84% from 255 or 51.46% from 445); Max value from RGB is 229 - color contains mainly: blue. Hex color #795FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795FE5 is #86A01A. Grayscale: #757575. Windows color (decimal): -8822811 or 15032185. OLE color: 15032185.

HSL color Cylindrical-coordinate representation of color #795FE5: hue angle of 251.64º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #795FE5 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 121 95 229 -
CMYK 0.47 0.59 0 0.10
HSL 251.64º 0.72% 0.64% -
HSV(B) 251.64º 0.59% 0.9% -
XYZ 26.12 17.91 76.21 -
YUV 118.05 190.61 130.1 -
System Red Green Blue C M Y K H S L
Decimal 121 95 229 0.47 0.59 0 0.10 251.64 0.72 0.64
Hex 79 5F E5 2F 3B 0 A FC 48 40
Octal 171 137 345 57 73 0 12 374 110 100
Binary 1111001 1011111 11100101 101111 111011 0 1010 11111100 1001000 1000000

Color Harmonies of #795FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795FE5

Black with #795FE5

Text Example


Text Example

White with #795FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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