#734ACC

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

Shades of Slate Blue #734ACC

Tints of Slate Blue #734ACC

Color information

#734ACC (or 0x734ACC) is unknown color: approx Slate Blue. HEX triplet: 73, 4A and CC. RGB value is (115,74,204). Sum of RGB (Red+Green+Blue) = 115+74+204=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #734ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734ACC is #8CB533. Grayscale: #646464. Windows color (decimal): -9221428 or 13388403. OLE color: 13388403.

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

Color convert

RGB11574204-
CMYK0.440.6400.2
HSL258.92º56.03%54.51%-
HSV(B)258.92º63.73%80%-
XYZ20.4212.958.54-
YUV101.08186.08137.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.26%
GREEN value IS 74 (29.30% from 255) = 18.83%
BLUE value IS 204 (80.08% from 255) = 51.91%
R=29.26%
G=18.83%
B=51.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal115742040.440.6400.2258.9256.0354.51
Hex734ACC2C400141033837
Octal163112314541000244037067
Binary11100111001010110011001011001000000010100100000011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734ACC; }

 p { color: rgb(115,74,204); }

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

<style>
 a { background-color: #734ACC; }

 a { background-color: rgb(115,74,204); }

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

<style>
 span { border-color: #734ACC; }

 span { border-color: rgb(115,74,204); }

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