Html Css Color HEX #7455E5 Medium Slate Blue

📋 copy color: '#7455E5'

red 116 ◦ green 85 ◦ blue 229

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

Shades of Medium Slate Blue #7455E5

Tints of Medium Slate Blue #7455E5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.77%

 BLUE value IS 229 (89.84% from 255) = 53.26%

R = 26.98%
G = 19.77%
B = 53.26%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7455E5 (or 0x7455E5) is known color: Medium Slate Blue. HEX triplet: 74, 55 and E5. RGB value is (116,85,229). Sum of RGB (Red+Green+Blue) = 116+85+229=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 229 (89.84% from 255 or 53.26% from 430); Max value from RGB is 229 - color contains mainly: blue. Hex color #7455E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7455E5 is #8BAA1A. Grayscale: #6E6E6E. Windows color (decimal): -9153051 or 15029620. OLE color: 15029620.

HSL color Cylindrical-coordinate representation of color #7455E5: hue angle of 252.92º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7455E5 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 116 85 229 -
CMYK 0.49 0.63 0 0.10
HSL 252.92º 0.73% 0.62% -
HSV(B) 252.92º 0.63% 0.9% -
XYZ 24.59 15.87 75.9 -
YUV 110.69 194.77 131.79 -
System Red Green Blue C M Y K H S L
Decimal 116 85 229 0.49 0.63 0 0.10 252.92 0.73 0.62
Hex 74 55 E5 31 3F 0 A FD 49 3E
Octal 164 125 345 61 77 0 12 375 111 76
Binary 1110100 1010101 11100101 110001 111111 0 1010 11111101 1001001 111110

Color Harmonies of #7455E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7455E5

Black with #7455E5

Text Example


Text Example

White with #7455E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7455E5; }

 p { color: rgb(116,85,229); }

 H1.HeaderClassName
 {
   color: #7455E5;
 }
 .AnyTagClassName
 {
   color: #7455E5;
 }
</style>

background-color css

<style>
 a { background-color: #7455E5; }

 a { background-color: rgb(116,85,229); }

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

border-color css

<style>
 span { border-color: #7455E5; }

 span { border-color: rgb(116,85,229); }

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