Html Css Color HEX #745DE1 Medium Slate Blue

📋 copy color: '#745DE1'

red 116 ◦ green 93 ◦ blue 225

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

Shades of Medium Slate Blue #745DE1

Tints of Medium Slate Blue #745DE1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.43%

 BLUE value IS 225 (88.28% from 255) = 51.84%

R = 26.73%
G = 21.43%
B = 51.84%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#745DE1 (or 0x745DE1) is known color: Medium Slate Blue. HEX triplet: 74, 5D and E1. RGB value is (116,93,225). Sum of RGB (Red+Green+Blue) = 116+93+225=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 225 (88.28% from 255 or 51.84% from 434); Max value from RGB is 225 - color contains mainly: blue. Hex color #745DE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745DE1 is #8BA21E. Grayscale: #727272. Windows color (decimal): -9151007 or 14769524. OLE color: 14769524.

HSL color Cylindrical-coordinate representation of color #745DE1: hue angle of 250.45º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #745DE1 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 93 225 -
CMYK 0.48 0.59 0 0.12
HSL 250.45º 0.69% 0.62% -
HSV(B) 250.45º 0.59% 0.88% -
XYZ 24.71 16.98 73.21 -
YUV 114.93 190.12 128.77 -
System Red Green Blue C M Y K H S L
Decimal 116 93 225 0.48 0.59 0 0.12 250.45 0.69 0.62
Hex 74 5D E1 30 3B 0 C FA 45 3E
Octal 164 135 341 60 73 0 14 372 105 76
Binary 1110100 1011101 11100001 110000 111011 0 1100 11111010 1000101 111110

Color Harmonies of #745DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745DE1

Black with #745DE1

Text Example


Text Example

White with #745DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,93,225); }

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

background-color css

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

 a { background-color: rgb(116,93,225); }

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

border-color css

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

 span { border-color: rgb(116,93,225); }

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