Html Css Color HEX #7F57FF Medium Slate Blue

📋 copy color: '#7F57FF'

red 127 ◦ green 87 ◦ blue 255

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

Shades of Medium Slate Blue #7F57FF

Tints of Medium Slate Blue #7F57FF

RGB

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

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

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

R = 27.08%
G = 18.55%
B = 54.37%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7F57FF (or 0x7F57FF) is known color: Medium Slate Blue. HEX triplet: 7F, 57 and FF. RGB value is (127,87,255). Sum of RGB (Red+Green+Blue) = 127+87+255=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F57FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F57FF is #80A800. Grayscale: #757575. Windows color (decimal): -8431617 or 16734079. OLE color: 16734079.

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

Color convert

RGB 127 87 255 -
CMYK 0.50 0.66 0 0
HSL 254.29º 1% 0.67% -
HSV(B) 254.29º 0.66% 1% -
XYZ 30.21 18.55 96.6 -
YUV 118.11 205.25 134.34 -
System Red Green Blue C M Y K H S L
Decimal 127 87 255 0.50 0.66 0 0 254.29 1 0.67
Hex 7F 57 FF 32 42 0 0 FE 64 43
Octal 177 127 377 62 102 0 0 376 144 103
Binary 1111111 1010111 11111111 110010 1000010 0 0 11111110 1100100 1000011

Color Harmonies of #7F57FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F57FF

Black with #7F57FF

Text Example


Text Example

White with #7F57FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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