Html Css Color HEX #7F53FD Medium Slate Blue

📋 copy color: '#7F53FD'

red 127 ◦ green 83 ◦ blue 253

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

Shades of Medium Slate Blue #7F53FD

Tints of Medium Slate Blue #7F53FD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.93%

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

R = 27.43%
G = 17.93%
B = 54.64%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7F53FD (or 0x7F53FD) is known color: Medium Slate Blue. HEX triplet: 7F, 53 and FD. RGB value is (127,83,253). Sum of RGB (Red+Green+Blue) = 127+83+253=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #7F53FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F53FD is #80AC02. Grayscale: #727272. Windows color (decimal): -8432643 or 16601983. OLE color: 16601983.

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

Color convert

RGB 127 83 253 -
CMYK 0.50 0.67 0 0.01
HSL 255.53º 0.98% 0.66% -
HSV(B) 255.53º 0.67% 0.99% -
XYZ 29.58 17.79 94.8 -
YUV 115.54 205.58 136.18 -
System Red Green Blue C M Y K H S L
Decimal 127 83 253 0.50 0.67 0 0.01 255.53 0.98 0.66
Hex 7F 53 FD 32 43 0 1 100 62 42
Octal 177 123 375 62 103 0 1 400 142 102
Binary 1111111 1010011 11111101 110010 1000011 0 1 100000000 1100010 1000010

Color Harmonies of #7F53FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F53FD

Black with #7F53FD

Text Example


Text Example

White with #7F53FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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