Html Css Color HEX #7F59FE Medium Slate Blue

📋 copy color: '#7F59FE'

red 127 ◦ green 89 ◦ blue 254

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

Shades of Medium Slate Blue #7F59FE

Tints of Medium Slate Blue #7F59FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.04%

R = 27.02%
G = 18.94%
B = 54.04%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7F59FE (or 0x7F59FE) is known color: Medium Slate Blue. HEX triplet: 7F, 59 and FE. RGB value is (127,89,254). Sum of RGB (Red+Green+Blue) = 127+89+254=470 (62% of max value = 765). Red value is 127 (50% from 255 or 27.02% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F59FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F59FE is #80A601. Grayscale: #767676. Windows color (decimal): -8431106 or 16669055. OLE color: 16669055.

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

Color convert

RGB 127 89 254 -
CMYK 0.50 0.65 0 0.00
HSL 253.82º 0.99% 0.67% -
HSV(B) 253.82º 0.65% 1% -
XYZ 30.21 18.81 95.8 -
YUV 119.17 204.09 133.58 -
System Red Green Blue C M Y K H S L
Decimal 127 89 254 0.50 0.65 0 0.00 253.82 0.99 0.67
Hex 7F 59 FE 32 41 0 0 FE 63 43
Octal 177 131 376 62 101 0 0 376 143 103
Binary 1111111 1011001 11111110 110010 1000001 0 0 11111110 1100011 1000011

Color Harmonies of #7F59FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F59FE

Black with #7F59FE

Text Example


Text Example

White with #7F59FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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