Html Css Color HEX #7F57FE Medium Slate Blue

📋 copy color: '#7F57FE'

red 127 ◦ green 87 ◦ blue 254

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

Shades of Medium Slate Blue #7F57FE

Tints of Medium Slate Blue #7F57FE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.59%

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

R = 27.14%
G = 18.59%
B = 54.27%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7F57FE (or 0x7F57FE) is known color: Medium Slate Blue. HEX triplet: 7F, 57 and FE. RGB value is (127,87,254). Sum of RGB (Red+Green+Blue) = 127+87+254=468 (61% of max value = 765). Red value is 127 (50% from 255 or 27.14% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F57FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F57FE is #80A801. Grayscale: #757575. Windows color (decimal): -8431618 or 16668543. OLE color: 16668543.

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

Color convert

RGB 127 87 254 -
CMYK 0.50 0.66 0 0.00
HSL 254.37º 0.99% 0.67% -
HSV(B) 254.37º 0.66% 1% -
XYZ 30.05 18.48 95.75 -
YUV 118 204.75 134.42 -
System Red Green Blue C M Y K H S L
Decimal 127 87 254 0.50 0.66 0 0.00 254.37 0.99 0.67
Hex 7F 57 FE 32 42 0 0 FE 63 43
Octal 177 127 376 62 102 0 0 376 143 103
Binary 1111111 1010111 11111110 110010 1000010 0 0 11111110 1100011 1000011

Color Harmonies of #7F57FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F57FE

Black with #7F57FE

Text Example


Text Example

White with #7F57FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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