Html Css Color HEX #7473F6 Medium Slate Blue

📋 copy color: '#7473F6'

red 116 ◦ green 115 ◦ blue 246

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

Shades of Medium Slate Blue #7473F6

Tints of Medium Slate Blue #7473F6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.11%

 BLUE value IS 246 (96.48% from 255) = 51.57%

R = 24.32%
G = 24.11%
B = 51.57%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7473F6 (or 0x7473F6) is known color: Medium Slate Blue. HEX triplet: 74, 73 and F6. RGB value is (116,115,246). Sum of RGB (Red+Green+Blue) = 116+115+246=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 246 (96.48% from 255 or 51.57% from 477); Max value from RGB is 246 - color contains mainly: blue. Hex color #7473F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7473F6 is #8B8C09. Grayscale: #818181. Windows color (decimal): -9145354 or 16151412. OLE color: 16151412.

HSL color Cylindrical-coordinate representation of color #7473F6: hue angle of 240.46º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7473F6 is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 115 246 -
CMYK 0.53 0.53 0 0.04
HSL 240.46º 0.88% 0.71% -
HSV(B) 240.46º 0.53% 0.96% -
XYZ 29.97 22.63 89.98 -
YUV 130.23 193.33 117.85 -
System Red Green Blue C M Y K H S L
Decimal 116 115 246 0.53 0.53 0 0.04 240.46 0.88 0.71
Hex 74 73 F6 35 35 0 4 F0 58 47
Octal 164 163 366 65 65 0 4 360 130 107
Binary 1110100 1110011 11110110 110101 110101 0 100 11110000 1011000 1000111

Color Harmonies of #7473F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7473F6

Black with #7473F6

Text Example


Text Example

White with #7473F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7473F6; }

 p { color: rgb(116,115,246); }

 H1.HeaderClassName
 {
   color: #7473F6;
 }
 .AnyTagClassName
 {
   color: #7473F6;
 }
</style>

background-color css

<style>
 a { background-color: #7473F6; }

 a { background-color: rgb(116,115,246); }

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

border-color css

<style>
 span { border-color: #7473F6; }

 span { border-color: rgb(116,115,246); }

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