#745DC9

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

Shades of Slate Blue #745DC9

Tints of Slate Blue #745DC9

Color information

#745DC9 (or 0x745DC9) is unknown color: approx Slate Blue. HEX triplet: 74, 5D and C9. RGB value is (116,93,201). Sum of RGB (Red+Green+Blue) = 116+93+201=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 201 (78.91% from 255 or 49.02% from 410); Max value from RGB is 201 - color contains mainly: blue. Hex color #745DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745DC9 is #8BA236. Grayscale: #6F6F6F. Windows color (decimal): -9151031 or 13196660. OLE color: 13196660.

HSL color Cylindrical-coordinate representation of color #745DC9: hue angle of 252.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #745DC9 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11693201-
CMYK0.420.5400.21
HSL252.78º50%57.65%-
HSV(B)252.78º53.73%78.82%-
XYZ21.6615.7657.16-
YUV112.19178.12130.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.29%
GREEN value IS 93 (36.72% from 255) = 22.68%
BLUE value IS 201 (78.91% from 255) = 49.02%
R=28.29%
G=22.68%
B=49.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal116932010.420.5400.21252.785057.65
Hex745DC92A36015fd323a
Octal16413531152660253756272
Binary111010010111011100100110101011011001010111111101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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