Html Css Color HEX #7F57FA Medium Slate Blue

📋 copy color: '#7F57FA'

red 127 ◦ green 87 ◦ blue 250

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

Shades of Medium Slate Blue #7F57FA

Tints of Medium Slate Blue #7F57FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.88%

R = 27.37%
G = 18.75%
B = 53.88%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F57FA (or 0x7F57FA) is known color: Medium Slate Blue. HEX triplet: 7F, 57 and FA. RGB value is (127,87,250). Sum of RGB (Red+Green+Blue) = 127+87+250=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F57FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F57FA is #80A805. Grayscale: #747474. Windows color (decimal): -8431622 or 16406399. OLE color: 16406399.

HSL color Cylindrical-coordinate representation of color #7F57FA: hue angle of 254.72º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F57FA is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 87 250 -
CMYK 0.49 0.65 0 0.02
HSL 254.72º 0.94% 0.66% -
HSV(B) 254.72º 0.65% 0.98% -
XYZ 29.42 18.23 92.41 -
YUV 117.54 202.75 134.75 -
System Red Green Blue C M Y K H S L
Decimal 127 87 250 0.49 0.65 0 0.02 254.72 0.94 0.66
Hex 7F 57 FA 31 41 0 2 FF 5E 42
Octal 177 127 372 61 101 0 2 377 136 102
Binary 1111111 1010111 11111010 110001 1000001 0 10 11111111 1011110 1000010

Color Harmonies of #7F57FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F57FA

Black with #7F57FA

Text Example


Text Example

White with #7F57FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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