Html Css Color HEX #7F54FA Medium Slate Blue

📋 copy color: '#7F54FA'

red 127 ◦ green 84 ◦ blue 250

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

Shades of Medium Slate Blue #7F54FA

Tints of Medium Slate Blue #7F54FA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.22%

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

R = 27.55%
G = 18.22%
B = 54.23%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F54FA (or 0x7F54FA) is known color: Medium Slate Blue. HEX triplet: 7F, 54 and FA. RGB value is (127,84,250). Sum of RGB (Red+Green+Blue) = 127+84+250=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F54FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F54FA is #80AB05. Grayscale: #737373. Windows color (decimal): -8432390 or 16405631. OLE color: 16405631.

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

Color convert

RGB 127 84 250 -
CMYK 0.49 0.66 0 0.02
HSL 255.54º 0.94% 0.65% -
HSV(B) 255.54º 0.66% 0.98% -
XYZ 29.18 17.75 92.33 -
YUV 115.78 203.75 136 -
System Red Green Blue C M Y K H S L
Decimal 127 84 250 0.49 0.66 0 0.02 255.54 0.94 0.65
Hex 7F 54 FA 31 42 0 2 100 5E 41
Octal 177 124 372 61 102 0 2 400 136 101
Binary 1111111 1010100 11111010 110001 1000010 0 10 100000000 1011110 1000001

Color Harmonies of #7F54FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F54FA

Black with #7F54FA

Text Example


Text Example

White with #7F54FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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