Html Css Color HEX #7446FC Medium Slate Blue

📋 copy color: '#7446FC'

red 116 ◦ green 70 ◦ blue 252

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

Shades of Medium Slate Blue #7446FC

Tints of Medium Slate Blue #7446FC

RGB

 RED value IS 116 (45.7% from 255) = 26.48%

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

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

R = 26.48%
G = 15.98%
B = 57.53%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7446FC (or 0x7446FC) is known color: Medium Slate Blue. HEX triplet: 74, 46 and FC. RGB value is (116,70,252). Sum of RGB (Red+Green+Blue) = 116+70+252=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #7446FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7446FC is #8BB903. Grayscale: #676767. Windows color (decimal): -9156868 or 16533108. OLE color: 16533108.

HSL color Cylindrical-coordinate representation of color #7446FC: hue angle of 255.16º 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 #7446FC is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 70 252 -
CMYK 0.54 0.72 0 0.01
HSL 255.16º 0.97% 0.63% -
HSV(B) 255.16º 0.72% 0.99% -
XYZ 26.96 15.12 93.59 -
YUV 104.5 211.24 136.2 -
System Red Green Blue C M Y K H S L
Decimal 116 70 252 0.54 0.72 0 0.01 255.16 0.97 0.63
Hex 74 46 FC 36 48 0 1 FF 61 3F
Octal 164 106 374 66 110 0 1 377 141 77
Binary 1110100 1000110 11111100 110110 1001000 0 1 11111111 1100001 111111

Color Harmonies of #7446FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7446FC

Black with #7446FC

Text Example


Text Example

White with #7446FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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