#745ECC

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

Shades of Slate Blue #745ECC

Tints of Slate Blue #745ECC

Color information

#745ECC (or 0x745ECC) is unknown color: approx Slate Blue. HEX triplet: 74, 5E and CC. RGB value is (116,94,204). Sum of RGB (Red+Green+Blue) = 116+94+204=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #745ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745ECC is #8BA133. Grayscale: #707070. Windows color (decimal): -9150772 or 13393524. OLE color: 13393524.

HSL color Cylindrical-coordinate representation of color #745ECC: hue angle of 252º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #745ECC is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11694204-
CMYK0.430.5400.2
HSL252º51.89%58.43%-
HSV(B)252º53.92%80%-
XYZ22.116.0859.07-
YUV113.12179.29130.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.02%
GREEN value IS 94 (37.11% from 255) = 22.71%
BLUE value IS 204 (80.08% from 255) = 49.28%
R=28.02%
G=22.71%
B=49.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal116942040.430.5400.225251.8958.43
Hex745ECC2B36014fc343a
Octal16413631453660243746472
Binary111010010111101100110010101111011001010011111100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,94,204); }

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

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

 a { background-color: rgb(116,94,204); }

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

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

 span { border-color: rgb(116,94,204); }

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