#744BCA

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

Shades of Slate Blue #744BCA

Tints of Slate Blue #744BCA

Color information

#744BCA (or 0x744BCA) is unknown color: approx Slate Blue. HEX triplet: 74, 4B and CA. RGB value is (116,75,202). Sum of RGB (Red+Green+Blue) = 116+75+202=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #744BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744BCA is #8BB435. Grayscale: #656565. Windows color (decimal): -9155638 or 13257588. OLE color: 13257588.

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

Color convert

RGB11675202-
CMYK0.430.6300.21
HSL259.37º54.51%54.31%-
HSV(B)259.37º62.87%79.22%-
XYZ20.3813.0157.31-
YUV101.74184.58138.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.52%
GREEN value IS 75 (29.69% from 255) = 19.08%
BLUE value IS 202 (79.30% from 255) = 51.40%
R=29.52%
G=19.08%
B=51.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal116752020.430.6300.21259.3754.5154.31
Hex744BCA2B3F0151033736
Octal16411331253770254036766
Binary1110100100101111001010101011111111010101100000011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744BCA; }

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

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

<style>
 a { background-color: #744BCA; }

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

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

<style>
 span { border-color: #744BCA; }

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

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