Html Css Color HEX #795FFF Medium Slate Blue

📋 copy color: '#795FFF'

red 121 ◦ green 95 ◦ blue 255

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

Shades of Medium Slate Blue #795FFF

Tints of Medium Slate Blue #795FFF

RGB

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

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

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

R = 25.69%
G = 20.17%
B = 54.14%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#795FFF (or 0x795FFF) is known color: Medium Slate Blue. HEX triplet: 79, 5F and FF. RGB value is (121,95,255). Sum of RGB (Red+Green+Blue) = 121+95+255=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #795FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795FFF is #86A000. Grayscale: #787878. Windows color (decimal): -8822785 or 16736121. OLE color: 16736121.

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

Color convert

RGB 121 95 255 -
CMYK 0.53 0.63 0 0
HSL 249.75º 1% 0.69% -
HSV(B) 249.75º 0.63% 1% -
XYZ 30.03 19.47 96.78 -
YUV 121.01 203.61 127.99 -
System Red Green Blue C M Y K H S L
Decimal 121 95 255 0.53 0.63 0 0 249.75 1 0.69
Hex 79 5F FF 35 3F 0 0 FA 64 45
Octal 171 137 377 65 77 0 0 372 144 105
Binary 1111001 1011111 11111111 110101 111111 0 0 11111010 1100100 1000101

Color Harmonies of #795FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795FFF

Black with #795FFF

Text Example


Text Example

White with #795FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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