Html Css Color HEX #745EDE Medium Slate Blue

📋 copy color: '#745EDE'

red 116 ◦ green 94 ◦ blue 222

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

Shades of Medium Slate Blue #745EDE

Tints of Medium Slate Blue #745EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.39%

R = 26.85%
G = 21.76%
B = 51.39%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#745EDE (or 0x745EDE) is known color: Medium Slate Blue. HEX triplet: 74, 5E and DE. RGB value is (116,94,222). Sum of RGB (Red+Green+Blue) = 116+94+222=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #745EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745EDE is #8BA121. Grayscale: #727272. Windows color (decimal): -9150754 or 14573172. OLE color: 14573172.

HSL color Cylindrical-coordinate representation of color #745EDE: hue angle of 250.31º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #745EDE is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 94 222 -
CMYK 0.48 0.58 0 0.13
HSL 250.31º 0.66% 0.62% -
HSV(B) 250.31º 0.58% 0.87% -
XYZ 24.39 16.99 71.1 -
YUV 115.17 188.29 128.59 -
System Red Green Blue C M Y K H S L
Decimal 116 94 222 0.48 0.58 0 0.13 250.31 0.66 0.62
Hex 74 5E DE 30 3A 0 D FA 42 3E
Octal 164 136 336 60 72 0 15 372 102 76
Binary 1110100 1011110 11011110 110000 111010 0 1101 11111010 1000010 111110

Color Harmonies of #745EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745EDE

Black with #745EDE

Text Example


Text Example

White with #745EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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