Html Css Color HEX #7141FB Medium Slate Blue

📋 copy color: '#7141FB'

red 113 ◦ green 65 ◦ blue 251

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

Shades of Medium Slate Blue #7141FB

Tints of Medium Slate Blue #7141FB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.15%

 BLUE value IS 251 (98.44% from 255) = 58.51%

R = 26.34%
G = 15.15%
B = 58.51%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7141FB (or 0x7141FB) is known color: Medium Slate Blue. HEX triplet: 71, 41 and FB. RGB value is (113,65,251). Sum of RGB (Red+Green+Blue) = 113+65+251=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #7141FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7141FB is #8EBE04. Grayscale: #636363. Windows color (decimal): -9354757 or 16466289. OLE color: 16466289.

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

Color convert

RGB 113 65 251 -
CMYK 0.55 0.74 0 0.02
HSL 255.48º 0.96% 0.62% -
HSV(B) 255.48º 0.74% 0.98% -
XYZ 26.11 14.26 92.64 -
YUV 100.56 212.9 136.88 -
System Red Green Blue C M Y K H S L
Decimal 113 65 251 0.55 0.74 0 0.02 255.48 0.96 0.62
Hex 71 41 FB 37 4A 0 2 FF 60 3E
Octal 161 101 373 67 112 0 2 377 140 76
Binary 1110001 1000001 11111011 110111 1001010 0 10 11111111 1100000 111110

Color Harmonies of #7141FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7141FB

Black with #7141FB

Text Example


Text Example

White with #7141FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7141FB; }

 p { color: rgb(113,65,251); }

 H1.HeaderClassName
 {
   color: #7141FB;
 }
 .AnyTagClassName
 {
   color: #7141FB;
 }
</style>

background-color css

<style>
 a { background-color: #7141FB; }

 a { background-color: rgb(113,65,251); }

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

border-color css

<style>
 span { border-color: #7141FB; }

 span { border-color: rgb(113,65,251); }

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