#745DDE

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

Shades of Slate Blue #745DDE

Tints of Slate Blue #745DDE

Color information

#745DDE (or 0x745DDE) is unknown color: approx Slate Blue. HEX triplet: 74, 5D and DE. RGB value is (116,93,222). Sum of RGB (Red+Green+Blue) = 116+93+222=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #745DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745DDE is #8BA221. Grayscale: #727272. Windows color (decimal): -9151010 or 14572916. OLE color: 14572916.

HSL color Cylindrical-coordinate representation of color #745DDE: hue angle of 250.7º 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 #745DDE is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11693222-
CMYK0.480.5800.13
HSL250.7º66.15%61.76%-
HSV(B)250.7º58.11%87.06%-
XYZ24.316.8271.07-
YUV114.58188.62129.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.91%
GREEN value IS 93 (36.72% from 255) = 21.58%
BLUE value IS 222 (87.11% from 255) = 51.51%
R=26.91%
G=21.58%
B=51.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal116932220.480.5800.13250.766.1561.76
Hex745DDE303A0Dfb423e
Octal164135336607201537310276
Binary111010010111011101111011000011101001101111110111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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