Html Css Color HEX #7151FC Medium Slate Blue

📋 copy color: '#7151FC'

red 113 ◦ green 81 ◦ blue 252

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

Shades of Medium Slate Blue #7151FC

Tints of Medium Slate Blue #7151FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.5%

R = 25.34%
G = 18.16%
B = 56.5%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7151FC (or 0x7151FC) is known color: Medium Slate Blue. HEX triplet: 71, 51 and FC. RGB value is (113,81,252). Sum of RGB (Red+Green+Blue) = 113+81+252=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #7151FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7151FC is #8EAE03. Grayscale: #6D6D6D. Windows color (decimal): -9350660 or 16535921. OLE color: 16535921.

HSL color Cylindrical-coordinate representation of color #7151FC: hue angle of 251.23º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7151FC is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 81 252 -
CMYK 0.55 0.68 0 0.01
HSL 251.23º 0.97% 0.65% -
HSV(B) 251.23º 0.68% 0.99% -
XYZ 27.32 16.42 93.83 -
YUV 110.06 208.1 130.1 -
System Red Green Blue C M Y K H S L
Decimal 113 81 252 0.55 0.68 0 0.01 251.23 0.97 0.65
Hex 71 51 FC 37 44 0 1 FB 61 41
Octal 161 121 374 67 104 0 1 373 141 101
Binary 1110001 1010001 11111100 110111 1000100 0 1 11111011 1100001 1000001

Color Harmonies of #7151FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7151FC

Black with #7151FC

Text Example


Text Example

White with #7151FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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