#744BCC

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

Shades of Slate Blue #744BCC

Tints of Slate Blue #744BCC

Color information

#744BCC (or 0x744BCC) is unknown color: approx Slate Blue. HEX triplet: 74, 4B and CC. RGB value is (116,75,204). Sum of RGB (Red+Green+Blue) = 116+75+204=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #744BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744BCC is #8BB433. Grayscale: #656565. Windows color (decimal): -9155636 or 13388660. OLE color: 13388660.

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

Color convert

RGB11675204-
CMYK0.430.6300.2
HSL259.07º55.84%54.71%-
HSV(B)259.07º63.24%80%-
XYZ20.6213.158.57-
YUV101.96185.58138.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.37%
GREEN value IS 75 (29.69% from 255) = 18.99%
BLUE value IS 204 (80.08% from 255) = 51.65%
R=29.37%
G=18.99%
B=51.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal116752040.430.6300.2259.0755.8454.71
Hex744BCC2B3F0141033837
Octal16411331453770244037067
Binary1110100100101111001100101011111111010100100000011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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