Html Css Color HEX #795BFF Medium Slate Blue

📋 copy color: '#795BFF'

red 121 ◦ green 91 ◦ blue 255

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

Shades of Medium Slate Blue #795BFF

Tints of Medium Slate Blue #795BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.49%

 BLUE value IS 255 (100% from 255) = 54.6%

R = 25.91%
G = 19.49%
B = 54.6%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#795BFF (or 0x795BFF) is known color: Medium Slate Blue. HEX triplet: 79, 5B and FF. RGB value is (121,91,255). Sum of RGB (Red+Green+Blue) = 121+91+255=467 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.91% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #795BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795BFF is #86A400. Grayscale: #767676. Windows color (decimal): -8823809 or 16735097. OLE color: 16735097.

HSL color Cylindrical-coordinate representation of color #795BFF: hue angle of 250.98º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #795BFF is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 121 91 255 -
CMYK 0.53 0.64 0 0
HSL 250.98º 1% 0.68% -
HSV(B) 250.98º 0.64% 1% -
XYZ 29.68 18.77 96.67 -
YUV 118.67 204.94 129.66 -
System Red Green Blue C M Y K H S L
Decimal 121 91 255 0.53 0.64 0 0 250.98 1 0.68
Hex 79 5B FF 35 40 0 0 FB 64 44
Octal 171 133 377 65 100 0 0 373 144 104
Binary 1111001 1011011 11111111 110101 1000000 0 0 11111011 1100100 1000100

Color Harmonies of #795BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795BFF

Black with #795BFF

Text Example


Text Example

White with #795BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,91,255); }

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

background-color css

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

 a { background-color: rgb(121,91,255); }

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

border-color css

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

 span { border-color: rgb(121,91,255); }

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