Html Css Color HEX #7F47FD Medium Slate Blue

📋 copy color: '#7F47FD'

red 127 ◦ green 71 ◦ blue 253

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

Shades of Medium Slate Blue #7F47FD

Tints of Medium Slate Blue #7F47FD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.74%

 BLUE value IS 253 (99.22% from 255) = 56.1%

R = 28.16%
G = 15.74%
B = 56.1%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7F47FD (or 0x7F47FD) is known color: Medium Slate Blue. HEX triplet: 7F, 47 and FD. RGB value is (127,71,253). Sum of RGB (Red+Green+Blue) = 127+71+253=451 (59% of max value = 765). Red value is 127 (50% from 255 or 28.16% from 451); Green value is 71 (28.12% from 255 or 15.74% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #7F47FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F47FD is #80B802. Grayscale: #6B6B6B. Windows color (decimal): -8435715 or 16598911. OLE color: 16598911.

HSL color Cylindrical-coordinate representation of color #7F47FD: hue angle of 258.46º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F47FD is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 71 253 -
CMYK 0.50 0.72 0 0.01
HSL 258.46º 0.98% 0.64% -
HSV(B) 258.46º 0.72% 0.99% -
XYZ 28.74 16.11 94.52 -
YUV 108.49 209.55 141.2 -
System Red Green Blue C M Y K H S L
Decimal 127 71 253 0.50 0.72 0 0.01 258.46 0.98 0.64
Hex 7F 47 FD 32 48 0 1 102 62 40
Octal 177 107 375 62 110 0 1 402 142 100
Binary 1111111 1000111 11111101 110010 1001000 0 1 100000010 1100010 1000000

Color Harmonies of #7F47FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F47FD

Black with #7F47FD

Text Example


Text Example

White with #7F47FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,71,253); }

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

background-color css

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

 a { background-color: rgb(127,71,253); }

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

border-color css

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

 span { border-color: rgb(127,71,253); }

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