#734ECC

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

Shades of Slate Blue #734ECC

Tints of Slate Blue #734ECC

Color information

#734ECC (or 0x734ECC) is unknown color: approx Slate Blue. HEX triplet: 73, 4E and CC. RGB value is (115,78,204). Sum of RGB (Red+Green+Blue) = 115+78+204=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #734ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734ECC is #8CB133. Grayscale: #666666. Windows color (decimal): -9220404 or 13389427. OLE color: 13389427.

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

Color convert

RGB11578204-
CMYK0.440.6200.2
HSL257.62º55.26%55.29%-
HSV(B)257.62º61.76%80%-
XYZ20.6913.4558.63-
YUV103.43184.76136.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.97%
GREEN value IS 78 (30.86% from 255) = 19.65%
BLUE value IS 204 (80.08% from 255) = 51.39%
R=28.97%
G=19.65%
B=51.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal115782040.440.6200.2257.6255.2655.29
Hex734ECC2C3E0141023737
Octal16311631454760244026767
Binary1110011100111011001100101100111110010100100000010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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