Html Css Color HEX #7446FA Medium Slate Blue

📋 copy color: '#7446FA'

red 116 ◦ green 70 ◦ blue 250

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

Shades of Medium Slate Blue #7446FA

Tints of Medium Slate Blue #7446FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.34%

R = 26.61%
G = 16.06%
B = 57.34%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7446FA (or 0x7446FA) is known color: Medium Slate Blue. HEX triplet: 74, 46 and FA. RGB value is (116,70,250). Sum of RGB (Red+Green+Blue) = 116+70+250=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #7446FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7446FA is #8BB905. Grayscale: #676767. Windows color (decimal): -9156870 or 16402036. OLE color: 16402036.

HSL color Cylindrical-coordinate representation of color #7446FA: hue angle of 255.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7446FA is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 70 250 -
CMYK 0.54 0.72 0 0.02
HSL 255.33º 0.95% 0.63% -
HSV(B) 255.33º 0.72% 0.98% -
XYZ 26.65 15 91.93 -
YUV 104.27 210.24 136.36 -
System Red Green Blue C M Y K H S L
Decimal 116 70 250 0.54 0.72 0 0.02 255.33 0.95 0.63
Hex 74 46 FA 36 48 0 2 FF 5F 3F
Octal 164 106 372 66 110 0 2 377 137 77
Binary 1110100 1000110 11111010 110110 1001000 0 10 11111111 1011111 111111

Color Harmonies of #7446FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7446FA

Black with #7446FA

Text Example


Text Example

White with #7446FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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