Html Css Color HEX #745EE9 Medium Slate Blue

📋 copy color: '#745EE9'

red 116 ◦ green 94 ◦ blue 233

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

Shades of Medium Slate Blue #745EE9

Tints of Medium Slate Blue #745EE9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.22%

 BLUE value IS 233 (91.41% from 255) = 52.6%

R = 26.19%
G = 21.22%
B = 52.6%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#745EE9 (or 0x745EE9) is known color: Medium Slate Blue. HEX triplet: 74, 5E and E9. RGB value is (116,94,233). Sum of RGB (Red+Green+Blue) = 116+94+233=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 233 (91.41% from 255 or 52.60% from 443); Max value from RGB is 233 - color contains mainly: blue. Hex color #745EE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745EE9 is #8BA116. Grayscale: #737373. Windows color (decimal): -9150743 or 15294068. OLE color: 15294068.

HSL color Cylindrical-coordinate representation of color #745EE9: hue angle of 249.5º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #745EE9 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 94 233 -
CMYK 0.50 0.60 0 0.09
HSL 249.5º 0.76% 0.64% -
HSV(B) 249.5º 0.6% 0.91% -
XYZ 25.91 17.6 79.12 -
YUV 116.42 193.79 127.7 -
System Red Green Blue C M Y K H S L
Decimal 116 94 233 0.50 0.60 0 0.09 249.5 0.76 0.64
Hex 74 5E E9 32 3C 0 9 F9 4C 40
Octal 164 136 351 62 74 0 11 371 114 100
Binary 1110100 1011110 11101001 110010 111100 0 1001 11111001 1001100 1000000

Color Harmonies of #745EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745EE9

Black with #745EE9

Text Example


Text Example

White with #745EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745EE9; }

 p { color: rgb(116,94,233); }

 H1.HeaderClassName
 {
   color: #745EE9;
 }
 .AnyTagClassName
 {
   color: #745EE9;
 }
</style>

background-color css

<style>
 a { background-color: #745EE9; }

 a { background-color: rgb(116,94,233); }

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

border-color css

<style>
 span { border-color: #745EE9; }

 span { border-color: rgb(116,94,233); }

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