Html Css Color HEX #7473DA Medium Slate Blue

📋 copy color: '#7473DA'

red 116 ◦ green 115 ◦ blue 218

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

Shades of Medium Slate Blue #7473DA

Tints of Medium Slate Blue #7473DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.55%

R = 25.84%
G = 25.61%
B = 48.55%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7473DA (or 0x7473DA) is known color: Medium Slate Blue. HEX triplet: 74, 73 and DA. RGB value is (116,115,218). Sum of RGB (Red+Green+Blue) = 116+115+218=449 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.84% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #7473DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7473DA is #8B8C25. Grayscale: #7E7E7E. Windows color (decimal): -9145382 or 14316404. OLE color: 14316404.

HSL color Cylindrical-coordinate representation of color #7473DA: hue angle of 240.58º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7473DA is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 115 218 -
CMYK 0.47 0.47 0 0.15
HSL 240.58º 0.58% 0.65% -
HSV(B) 240.58º 0.47% 0.85% -
XYZ 25.99 21.04 69.02 -
YUV 127.04 179.33 120.12 -
System Red Green Blue C M Y K H S L
Decimal 116 115 218 0.47 0.47 0 0.15 240.58 0.58 0.65
Hex 74 73 DA 2F 2F 0 F F1 3A 41
Octal 164 163 332 57 57 0 17 361 72 101
Binary 1110100 1110011 11011010 101111 101111 0 1111 11110001 111010 1000001

Color Harmonies of #7473DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7473DA

Black with #7473DA

Text Example


Text Example

White with #7473DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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