#745CE8

Color #745CE8 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #745CE8

Tints of Medium Slate Blue #745CE8

Color information

#745CE8 (or 0x745CE8) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 5C and E8. RGB value is (116,92,232). Sum of RGB (Red+Green+Blue) = 116+92+232=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 232 (91.02% from 255 or 52.73% from 440); Max value from RGB is 232 - color contains mainly: blue. Hex color #745CE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745CE8 is #8BA317. Grayscale: #727272. Windows color (decimal): -9151256 or 15228020. OLE color: 15228020.

HSL color Cylindrical-coordinate representation of color #745CE8: hue angle of 250.29º degrees, saturation: 0.75, 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 #745CE8 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11692232-
CMYK0.500.6000.09
HSL250.29º75.27%63.53%-
HSV(B)250.29º60.34%90.98%-
XYZ25.617.1978.31-
YUV115.14193.95128.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.36%
GREEN value IS 92 (36.33% from 255) = 20.91%
BLUE value IS 232 (91.02% from 255) = 52.73%
R=26.36%
G=20.91%
B=52.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal116922320.500.6000.09250.2975.2763.53
Hex745CE8323C09fa4b40
Octal1641343506274011372113100
Binary1110100101110011101000110010111100010011111101010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,92,232); }

 H1.HeaderClassName
 {
   color: #745CE8;
 }
 .AnyTagClassName
 {
   color: #745CE8;
 }
</style>
background-color css

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

 a { background-color: rgb(116,92,232); }

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

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

 span { border-color: rgb(116,92,232); }

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