#745BFA

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

Shades of Medium Slate Blue #745BFA

Tints of Medium Slate Blue #745BFA

Color information

#745BFA (or 0x745BFA) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 5B and FA. RGB value is (116,91,250). Sum of RGB (Red+Green+Blue) = 116+91+250=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #745BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745BFA is #8BA405. Grayscale: #737373. Windows color (decimal): -9151494 or 16407412. OLE color: 16407412.

HSL color Cylindrical-coordinate representation of color #745BFA: hue angle of 249.43º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #745BFA is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11691250-
CMYK0.540.6400.02
HSL249.43º94.08%66.86%-
HSV(B)249.43º63.6%98.04%-
XYZ28.218.192.45-
YUV116.6203.28127.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.38%
GREEN value IS 91 (35.94% from 255) = 19.91%
BLUE value IS 250 (98.05% from 255) = 54.70%
R=25.38%
G=19.91%
B=54.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal116912500.540.6400.02249.4394.0866.86
Hex745BFA364002f95e43
Octal1641333726610002371136103
Binary111010010110111111101011011010000000101111100110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,91,250); }

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

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

 a { background-color: rgb(116,91,250); }

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

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

 span { border-color: rgb(116,91,250); }

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