Html Css Color HEX #7F5EFA Medium Slate Blue

📋 copy color: '#7F5EFA'

red 127 ◦ green 94 ◦ blue 250

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

Shades of Medium Slate Blue #7F5EFA

Tints of Medium Slate Blue #7F5EFA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.96%

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

R = 26.96%
G = 19.96%
B = 53.08%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F5EFA (or 0x7F5EFA) is known color: Medium Slate Blue. HEX triplet: 7F, 5E and FA. RGB value is (127,94,250). Sum of RGB (Red+Green+Blue) = 127+94+250=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F5EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F5EFA is #80A105. Grayscale: #797979. Windows color (decimal): -8429830 or 16408191. OLE color: 16408191.

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

Color convert

RGB 127 94 250 -
CMYK 0.49 0.62 0 0.02
HSL 252.69º 0.94% 0.67% -
HSV(B) 252.69º 0.62% 0.98% -
XYZ 30.01 19.42 92.61 -
YUV 121.65 200.43 131.82 -
System Red Green Blue C M Y K H S L
Decimal 127 94 250 0.49 0.62 0 0.02 252.69 0.94 0.67
Hex 7F 5E FA 31 3E 0 2 FD 5E 43
Octal 177 136 372 61 76 0 2 375 136 103
Binary 1111111 1011110 11111010 110001 111110 0 10 11111101 1011110 1000011

Color Harmonies of #7F5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5EFA

Black with #7F5EFA

Text Example


Text Example

White with #7F5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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