#745CC7

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

Shades of Slate Blue #745CC7

Tints of Slate Blue #745CC7

Color information

#745CC7 (or 0x745CC7) is unknown color: approx Slate Blue. HEX triplet: 74, 5C and C7. RGB value is (116,92,199). Sum of RGB (Red+Green+Blue) = 116+92+199=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 199 (78.12% from 255 or 48.89% from 407); Max value from RGB is 199 - color contains mainly: blue. Hex color #745CC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745CC7 is #8BA338. Grayscale: #6E6E6E. Windows color (decimal): -9151289 or 13065332. OLE color: 13065332.

HSL color Cylindrical-coordinate representation of color #745CC7: hue angle of 253.46º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #745CC7 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11692199-
CMYK0.420.5400.22
HSL253.46º48.86%57.06%-
HSV(B)253.46º53.77%78.04%-
XYZ21.3415.4955.9-
YUV111.37177.45131.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.50%
GREEN value IS 92 (36.33% from 255) = 22.60%
BLUE value IS 199 (78.12% from 255) = 48.89%
R=28.50%
G=22.60%
B=48.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal116921990.420.5400.22253.4648.8657.06
Hex745CC72A36016fd3139
Octal16413430752660263756171
Binary111010010111001100011110101011011001011011111101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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