#745CD8

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

Shades of Slate Blue #745CD8

Tints of Slate Blue #745CD8

Color information

#745CD8 (or 0x745CD8) is unknown color: approx Slate Blue. HEX triplet: 74, 5C and D8. RGB value is (116,92,216). Sum of RGB (Red+Green+Blue) = 116+92+216=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 216 (84.77% from 255 or 50.94% from 424); Max value from RGB is 216 - color contains mainly: blue. Hex color #745CD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745CD8 is #8BA327. Grayscale: #707070. Windows color (decimal): -9151272 or 14179444. OLE color: 14179444.

HSL color Cylindrical-coordinate representation of color #745CD8: hue angle of 251.61º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #745CD8 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11692216-
CMYK0.460.5700.15
HSL251.61º61.39%60.39%-
HSV(B)251.61º57.41%84.71%-
XYZ23.4216.3366.88-
YUV113.31185.95129.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.36%
GREEN value IS 92 (36.33% from 255) = 21.70%
BLUE value IS 216 (84.77% from 255) = 50.94%
R=27.36%
G=21.70%
B=50.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal116922160.460.5700.15251.6161.3960.39
Hex745CD82E390Ffc3d3c
Octal16413433056710173747574
Binary11101001011100110110001011101110010111111111100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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