Html Css Color HEX #7143FA Medium Slate Blue

📋 copy color: '#7143FA'

red 113 ◦ green 67 ◦ blue 250

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

Shades of Medium Slate Blue #7143FA

Tints of Medium Slate Blue #7143FA

RGB

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

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

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

R = 26.28%
G = 15.58%
B = 58.14%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7143FA (or 0x7143FA) is known color: Medium Slate Blue. HEX triplet: 71, 43 and FA. RGB value is (113,67,250). Sum of RGB (Red+Green+Blue) = 113+67+250=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #7143FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7143FA is #8EBC05. Grayscale: #646464. Windows color (decimal): -9354246 or 16401265. OLE color: 16401265.

HSL color Cylindrical-coordinate representation of color #7143FA: hue angle of 255.08º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7143FA is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 67 250 -
CMYK 0.55 0.73 0 0.02
HSL 255.08º 0.95% 0.62% -
HSV(B) 255.08º 0.73% 0.98% -
XYZ 26.07 14.43 91.85 -
YUV 101.62 211.74 136.12 -
System Red Green Blue C M Y K H S L
Decimal 113 67 250 0.55 0.73 0 0.02 255.08 0.95 0.62
Hex 71 43 FA 37 49 0 2 FF 5F 3E
Octal 161 103 372 67 111 0 2 377 137 76
Binary 1110001 1000011 11111010 110111 1001001 0 10 11111111 1011111 111110

Color Harmonies of #7143FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7143FA

Black with #7143FA

Text Example


Text Example

White with #7143FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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