Html Css Color HEX #7446FD Medium Slate Blue

📋 copy color: '#7446FD'

red 116 ◦ green 70 ◦ blue 253

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

Shades of Medium Slate Blue #7446FD

Tints of Medium Slate Blue #7446FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.63%

R = 26.42%
G = 15.95%
B = 57.63%

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

#7446FD (or 0x7446FD) is known color: Medium Slate Blue. HEX triplet: 74, 46 and FD. RGB value is (116,70,253). Sum of RGB (Red+Green+Blue) = 116+70+253=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #7446FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7446FD is #8BB902. Grayscale: #676767. Windows color (decimal): -9156867 or 16598644. OLE color: 16598644.

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

Color convert

RGB 116 70 253 -
CMYK 0.54 0.72 0 0.01
HSL 255.08º 0.98% 0.63% -
HSV(B) 255.08º 0.72% 0.99% -
XYZ 27.12 15.19 94.43 -
YUV 104.62 211.74 136.12 -
System Red Green Blue C M Y K H S L
Decimal 116 70 253 0.54 0.72 0 0.01 255.08 0.98 0.63
Hex 74 46 FD 36 48 0 1 FF 62 3F
Octal 164 106 375 66 110 0 1 377 142 77
Binary 1110100 1000110 11111101 110110 1001000 0 1 11111111 1100010 111111

Color Harmonies of #7446FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7446FD

Black with #7446FD

Text Example


Text Example

White with #7446FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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