#745CCA

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

Shades of Slate Blue #745CCA

Tints of Slate Blue #745CCA

Color information

#745CCA (or 0x745CCA) is unknown color: approx Slate Blue. HEX triplet: 74, 5C and CA. RGB value is (116,92,202). Sum of RGB (Red+Green+Blue) = 116+92+202=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #745CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745CCA is #8BA335. Grayscale: #6F6F6F. Windows color (decimal): -9151286 or 13261940. OLE color: 13261940.

HSL color Cylindrical-coordinate representation of color #745CCA: hue angle of 253.09º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #745CCA is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11692202-
CMYK0.430.5400.21
HSL253.09º50.93%57.65%-
HSV(B)253.09º54.46%79.22%-
XYZ21.6915.6357.75-
YUV111.72178.95131.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.29%
GREEN value IS 92 (36.33% from 255) = 22.44%
BLUE value IS 202 (79.30% from 255) = 49.27%
R=28.29%
G=22.44%
B=49.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal116922020.430.5400.21253.0950.9357.65
Hex745CCA2B36015fd333a
Octal16413431253660253756372
Binary111010010111001100101010101111011001010111111101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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