#734AC7

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

Shades of Slate Blue #734AC7

Tints of Slate Blue #734AC7

Color information

#734AC7 (or 0x734AC7) is unknown color: approx Slate Blue. HEX triplet: 73, 4A and C7. RGB value is (115,74,199). Sum of RGB (Red+Green+Blue) = 115+74+199=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 199 (78.12% from 255 or 51.29% from 388); Max value from RGB is 199 - color contains mainly: blue. Hex color #734AC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734AC7 is #8CB538. Grayscale: #646464. Windows color (decimal): -9221433 or 13060723. OLE color: 13060723.

HSL color Cylindrical-coordinate representation of color #734AC7: hue angle of 259.68º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #734AC7 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11574199-
CMYK0.420.6300.22
HSL259.68º52.74%53.53%-
HSV(B)259.68º62.81%78.04%-
XYZ19.8312.6755.43-
YUV100.51183.58138.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.64%
GREEN value IS 74 (29.30% from 255) = 19.07%
BLUE value IS 199 (78.12% from 255) = 51.29%
R=29.64%
G=19.07%
B=51.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal115741990.420.6300.22259.6852.7453.53
Hex734AC72A3F0161043536
Octal16311230752770264046566
Binary1110011100101011000111101010111111010110100000100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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