#745CFF

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

Shades of Medium Slate Blue #745CFF

Tints of Medium Slate Blue #745CFF

Color information

#745CFF (or 0x745CFF) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 5C and FF. RGB value is (116,92,255). Sum of RGB (Red+Green+Blue) = 116+92+255=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #745CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745CFF is #8BA300. Grayscale: #757575. Windows color (decimal): -9151233 or 16735348. OLE color: 16735348.

HSL color Cylindrical-coordinate representation of color #745CFF: hue angle of 248.83º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #745CFF is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11692255-
CMYK0.550.6400
HSL248.83º100%68.04%-
HSV(B)248.83º63.92%100%-
XYZ29.0818.5996.66-
YUV117.76205.45126.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.05%
GREEN value IS 92 (36.33% from 255) = 19.87%
BLUE value IS 255 (100% from 255) = 55.08%
R=25.05%
G=19.87%
B=55.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal116922550.550.6400248.8310068.04
Hex745CFF374000f96444
Octal1641343776710000371144104
Binary11101001011100111111111101111000000001111100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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