Html Css Color HEX #7F59FF Medium Slate Blue

📋 copy color: '#7F59FF'

red 127 ◦ green 89 ◦ blue 255

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

Shades of Medium Slate Blue #7F59FF

Tints of Medium Slate Blue #7F59FF

RGB

 RED value IS 127 (50% from 255) = 26.96%

 GREEN value IS 89 (35.16% from 255) = 18.9%

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

R = 26.96%
G = 18.9%
B = 54.14%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7F59FF (or 0x7F59FF) is known color: Medium Slate Blue. HEX triplet: 7F, 59 and FF. RGB value is (127,89,255). Sum of RGB (Red+Green+Blue) = 127+89+255=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 89 (35.16% from 255 or 18.90% 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 #7F59FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F59FF is #80A600. Grayscale: #767676. Windows color (decimal): -8431105 or 16734591. OLE color: 16734591.

HSL color Cylindrical-coordinate representation of color #7F59FF: hue angle of 253.73º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F59FF is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 127 89 255 -
CMYK 0.50 0.65 0 0
HSL 253.73º 1% 0.67% -
HSV(B) 253.73º 0.65% 1% -
XYZ 30.37 18.88 96.65 -
YUV 119.29 204.59 133.5 -
System Red Green Blue C M Y K H S L
Decimal 127 89 255 0.50 0.65 0 0 253.73 1 0.67
Hex 7F 59 FF 32 41 0 0 FE 64 43
Octal 177 131 377 62 101 0 0 376 144 103
Binary 1111111 1011001 11111111 110010 1000001 0 0 11111110 1100100 1000011

Color Harmonies of #7F59FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F59FF

Black with #7F59FF

Text Example


Text Example

White with #7F59FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F59FF; }

 p { color: rgb(127,89,255); }

 H1.HeaderClassName
 {
   color: #7F59FF;
 }
 .AnyTagClassName
 {
   color: #7F59FF;
 }
</style>

background-color css

<style>
 a { background-color: #7F59FF; }

 a { background-color: rgb(127,89,255); }

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

border-color css

<style>
 span { border-color: #7F59FF; }

 span { border-color: rgb(127,89,255); }

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