Html Css Color HEX #7146FC Medium Slate Blue

📋 copy color: '#7146FC'

red 113 ◦ green 70 ◦ blue 252

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

Shades of Medium Slate Blue #7146FC

Tints of Medium Slate Blue #7146FC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.09%

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

R = 25.98%
G = 16.09%
B = 57.93%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7146FC (or 0x7146FC) is known color: Medium Slate Blue. HEX triplet: 71, 46 and FC. RGB value is (113,70,252). Sum of RGB (Red+Green+Blue) = 113+70+252=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #7146FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7146FC is #8EB903. Grayscale: #666666. Windows color (decimal): -9353476 or 16533105. OLE color: 16533105.

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

Color convert

RGB 113 70 252 -
CMYK 0.55 0.72 0 0.01
HSL 254.18º 0.97% 0.63% -
HSV(B) 254.18º 0.72% 0.99% -
XYZ 26.57 14.92 93.57 -
YUV 103.61 211.75 134.7 -
System Red Green Blue C M Y K H S L
Decimal 113 70 252 0.55 0.72 0 0.01 254.18 0.97 0.63
Hex 71 46 FC 37 48 0 1 FE 61 3F
Octal 161 106 374 67 110 0 1 376 141 77
Binary 1110001 1000110 11111100 110111 1001000 0 1 11111110 1100001 111111

Color Harmonies of #7146FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7146FC

Black with #7146FC

Text Example


Text Example

White with #7146FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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