Html Css Color HEX #7143FD Medium Slate Blue

📋 copy color: '#7143FD'

red 113 ◦ green 67 ◦ blue 253

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

Shades of Medium Slate Blue #7143FD

Tints of Medium Slate Blue #7143FD

RGB

 RED value IS 113 (44.53% from 255) = 26.1%

 GREEN value IS 67 (26.56% from 255) = 15.47%

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

R = 26.1%
G = 15.47%
B = 58.43%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7143FD (or 0x7143FD) is known color: Medium Slate Blue. HEX triplet: 71, 43 and FD. RGB value is (113,67,253). Sum of RGB (Red+Green+Blue) = 113+67+253=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #7143FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7143FD is #8EBC02. Grayscale: #656565. Windows color (decimal): -9354243 or 16597873. OLE color: 16597873.

HSL color Cylindrical-coordinate representation of color #7143FD: hue angle of 254.84º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7143FD is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 67 253 -
CMYK 0.55 0.74 0 0.01
HSL 254.84º 0.98% 0.63% -
HSV(B) 254.84º 0.74% 0.99% -
XYZ 26.55 14.62 94.35 -
YUV 101.96 213.24 135.88 -
System Red Green Blue C M Y K H S L
Decimal 113 67 253 0.55 0.74 0 0.01 254.84 0.98 0.63
Hex 71 43 FD 37 4A 0 1 FF 62 3F
Octal 161 103 375 67 112 0 1 377 142 77
Binary 1110001 1000011 11111101 110111 1001010 0 1 11111111 1100010 111111

Color Harmonies of #7143FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7143FD

Black with #7143FD

Text Example


Text Example

White with #7143FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7143FD; }

 p { color: rgb(113,67,253); }

 H1.HeaderClassName
 {
   color: #7143FD;
 }
 .AnyTagClassName
 {
   color: #7143FD;
 }
</style>

background-color css

<style>
 a { background-color: #7143FD; }

 a { background-color: rgb(113,67,253); }

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

border-color css

<style>
 span { border-color: #7143FD; }

 span { border-color: rgb(113,67,253); }

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