#745DC0

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

Shades of Slate Blue #745DC0

Tints of Slate Blue #745DC0

Color information

#745DC0 (or 0x745DC0) is unknown color: approx Slate Blue. HEX triplet: 74, 5D and C0. RGB value is (116,93,192). Sum of RGB (Red+Green+Blue) = 116+93+192=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #745DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745DC0 is #8BA23F. Grayscale: #6E6E6E. Windows color (decimal): -9151040 or 12606836. OLE color: 12606836.

HSL color Cylindrical-coordinate representation of color #745DC0: hue angle of 253.94º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #745DC0 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11693192-
CMYK0.400.5200.25
HSL253.94º44%55.88%-
HSV(B)253.94º51.56%75.29%-
XYZ20.6315.3551.74-
YUV111.16173.62131.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.93%
GREEN value IS 93 (36.72% from 255) = 23.19%
BLUE value IS 192 (75.39% from 255) = 47.88%
R=28.93%
G=23.19%
B=47.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116931920.400.5200.25253.944455.88
Hex745DC02834019fe2c38
Octal16413530050640313765470
Binary111010010111011100000010100011010001100111111110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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