Html Css Color HEX #7F5FFA Medium Slate Blue

📋 copy color: '#7F5FFA'

red 127 ◦ green 95 ◦ blue 250

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

Shades of Medium Slate Blue #7F5FFA

Tints of Medium Slate Blue #7F5FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.13%

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

R = 26.91%
G = 20.13%
B = 52.97%

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

#7F5FFA (or 0x7F5FFA) is known color: Medium Slate Blue. HEX triplet: 7F, 5F and FA. RGB value is (127,95,250). Sum of RGB (Red+Green+Blue) = 127+95+250=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F5FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F5FFA is #80A005. Grayscale: #797979. Windows color (decimal): -8429574 or 16408447. OLE color: 16408447.

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

Color convert

RGB 127 95 250 -
CMYK 0.49 0.62 0 0.02
HSL 252.39º 0.94% 0.68% -
HSV(B) 252.39º 0.62% 0.98% -
XYZ 30.1 19.6 92.64 -
YUV 122.24 200.1 131.4 -
System Red Green Blue C M Y K H S L
Decimal 127 95 250 0.49 0.62 0 0.02 252.39 0.94 0.68
Hex 7F 5F FA 31 3E 0 2 FC 5E 44
Octal 177 137 372 61 76 0 2 374 136 104
Binary 1111111 1011111 11111010 110001 111110 0 10 11111100 1011110 1000100

Color Harmonies of #7F5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5FFA

Black with #7F5FFA

Text Example


Text Example

White with #7F5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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