Html Css Color HEX #795EEB Medium Slate Blue

📋 copy color: '#795EEB'

red 121 ◦ green 94 ◦ blue 235

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

Shades of Medium Slate Blue #795EEB

Tints of Medium Slate Blue #795EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.89%

 BLUE value IS 235 (92.19% from 255) = 52.22%

R = 26.89%
G = 20.89%
B = 52.22%

CMYK

 C value IS 0.49

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#795EEB (or 0x795EEB) is known color: Medium Slate Blue. HEX triplet: 79, 5E and EB. RGB value is (121,94,235). Sum of RGB (Red+Green+Blue) = 121+94+235=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #795EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795EEB is #86A114. Grayscale: #757575. Windows color (decimal): -8823061 or 15425145. OLE color: 15425145.

HSL color Cylindrical-coordinate representation of color #795EEB: hue angle of 251.49º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #795EEB is Cyan = 0.49, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 94 235 -
CMYK 0.49 0.6 0 0.08
HSL 251.49º 0.78% 0.65% -
HSV(B) 251.49º 0.6% 0.92% -
XYZ 26.88 18.07 80.67 -
YUV 118.15 193.95 130.04 -
System Red Green Blue C M Y K H S L
Decimal 121 94 235 0.49 0.6 0 0.08 251.49 0.78 0.65
Hex 79 5E EB 31 3C 0 8 FB 4E 41
Octal 171 136 353 61 74 0 10 373 116 101
Binary 1111001 1011110 11101011 110001 111100 0 1000 11111011 1001110 1000001

Color Harmonies of #795EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795EEB

Black with #795EEB

Text Example


Text Example

White with #795EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,94,235); }

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

background-color css

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

 a { background-color: rgb(121,94,235); }

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

border-color css

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

 span { border-color: rgb(121,94,235); }

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