#745FCC

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

Shades of Slate Blue #745FCC

Tints of Slate Blue #745FCC

Color information

#745FCC (or 0x745FCC) is unknown color: approx Slate Blue. HEX triplet: 74, 5F and CC. RGB value is (116,95,204). Sum of RGB (Red+Green+Blue) = 116+95+204=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #745FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745FCC is #8BA033. Grayscale: #717171. Windows color (decimal): -9150516 or 13393780. OLE color: 13393780.

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

Color convert

RGB11695204-
CMYK0.430.5300.2
HSL251.56º51.66%58.63%-
HSV(B)251.56º53.43%80%-
XYZ22.1916.2659.09-
YUV113.7178.96129.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.95%
GREEN value IS 95 (37.5% from 255) = 22.89%
BLUE value IS 204 (80.08% from 255) = 49.16%
R=27.95%
G=22.89%
B=49.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal116952040.430.5300.2251.5651.6658.63
Hex745FCC2B35014fc343b
Octal16413731453650243746473
Binary111010010111111100110010101111010101010011111100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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