Html Css Color HEX #7449F5 Medium Slate Blue

📋 copy color: '#7449F5'

red 116 ◦ green 73 ◦ blue 245

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

Shades of Medium Slate Blue #7449F5

Tints of Medium Slate Blue #7449F5

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.82%

 BLUE value IS 245 (96.09% from 255) = 56.45%

R = 26.73%
G = 16.82%
B = 56.45%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7449F5 (or 0x7449F5) is known color: Medium Slate Blue. HEX triplet: 74, 49 and F5. RGB value is (116,73,245). Sum of RGB (Red+Green+Blue) = 116+73+245=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 245 (96.09% from 255 or 56.45% from 434); Max value from RGB is 245 - color contains mainly: blue. Hex color #7449F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7449F5 is #8BB60A. Grayscale: #686868. Windows color (decimal): -9156107 or 16075124. OLE color: 16075124.

HSL color Cylindrical-coordinate representation of color #7449F5: hue angle of 255º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7449F5 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 73 245 -
CMYK 0.53 0.70 0 0.04
HSL 255º 0.9% 0.62% -
HSV(B) 255º 0.7% 0.96% -
XYZ 26.07 15.07 87.92 -
YUV 105.47 206.75 135.51 -
System Red Green Blue C M Y K H S L
Decimal 116 73 245 0.53 0.70 0 0.04 255 0.9 0.62
Hex 74 49 F5 35 46 0 4 FF 5A 3E
Octal 164 111 365 65 106 0 4 377 132 76
Binary 1110100 1001001 11110101 110101 1000110 0 100 11111111 1011010 111110

Color Harmonies of #7449F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7449F5

Black with #7449F5

Text Example


Text Example

White with #7449F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7449F5; }

 p { color: rgb(116,73,245); }

 H1.HeaderClassName
 {
   color: #7449F5;
 }
 .AnyTagClassName
 {
   color: #7449F5;
 }
</style>

background-color css

<style>
 a { background-color: #7449F5; }

 a { background-color: rgb(116,73,245); }

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

border-color css

<style>
 span { border-color: #7449F5; }

 span { border-color: rgb(116,73,245); }

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