#745CCB

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

Shades of Slate Blue #745CCB

Tints of Slate Blue #745CCB

Color information

#745CCB (or 0x745CCB) is unknown color: approx Slate Blue. HEX triplet: 74, 5C and CB. RGB value is (116,92,203). Sum of RGB (Red+Green+Blue) = 116+92+203=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #745CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745CCB is #8BA334. Grayscale: #6F6F6F. Windows color (decimal): -9151285 or 13327476. OLE color: 13327476.

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

Color convert

RGB11692203-
CMYK0.430.5500.20
HSL252.97º51.63%57.84%-
HSV(B)252.97º54.68%79.61%-
XYZ21.8115.6858.38-
YUV111.83179.45130.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.22%
GREEN value IS 92 (36.33% from 255) = 22.38%
BLUE value IS 203 (79.69% from 255) = 49.39%
R=28.22%
G=22.38%
B=49.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal116922030.430.5500.20252.9751.6357.84
Hex745CCB2B37014fd343a
Octal16413431353670243756472
Binary111010010111001100101110101111011101010011111101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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