Html Css Color HEX #7151F1 Medium Slate Blue

📋 copy color: '#7151F1'

red 113 ◦ green 81 ◦ blue 241

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

Shades of Medium Slate Blue #7151F1

Tints of Medium Slate Blue #7151F1

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.62%

 BLUE value IS 241 (94.53% from 255) = 55.4%

R = 25.98%
G = 18.62%
B = 55.4%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7151F1 (or 0x7151F1) is known color: Medium Slate Blue. HEX triplet: 71, 51 and F1. RGB value is (113,81,241). Sum of RGB (Red+Green+Blue) = 113+81+241=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 241 (94.53% from 255 or 55.40% from 435); Max value from RGB is 241 - color contains mainly: blue. Hex color #7151F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7151F1 is #8EAE0E. Grayscale: #6C6C6C. Windows color (decimal): -9350671 or 15815025. OLE color: 15815025.

HSL color Cylindrical-coordinate representation of color #7151F1: hue angle of 252º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7151F1 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 81 241 -
CMYK 0.53 0.66 0 0.05
HSL 252º 0.85% 0.63% -
HSV(B) 252º 0.66% 0.95% -
XYZ 25.63 15.75 84.91 -
YUV 108.81 202.6 130.99 -
System Red Green Blue C M Y K H S L
Decimal 113 81 241 0.53 0.66 0 0.05 252 0.85 0.63
Hex 71 51 F1 35 42 0 5 FC 55 3F
Octal 161 121 361 65 102 0 5 374 125 77
Binary 1110001 1010001 11110001 110101 1000010 0 101 11111100 1010101 111111

Color Harmonies of #7151F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7151F1

Black with #7151F1

Text Example


Text Example

White with #7151F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7151F1; }

 p { color: rgb(113,81,241); }

 H1.HeaderClassName
 {
   color: #7151F1;
 }
 .AnyTagClassName
 {
   color: #7151F1;
 }
</style>

background-color css

<style>
 a { background-color: #7151F1; }

 a { background-color: rgb(113,81,241); }

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

border-color css

<style>
 span { border-color: #7151F1; }

 span { border-color: rgb(113,81,241); }

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