#734DCC

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

Shades of Slate Blue #734DCC

Tints of Slate Blue #734DCC

Color information

#734DCC (or 0x734DCC) is unknown color: approx Slate Blue. HEX triplet: 73, 4D and CC. RGB value is (115,77,204). Sum of RGB (Red+Green+Blue) = 115+77+204=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #734DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734DCC is #8CB233. Grayscale: #666666. Windows color (decimal): -9220660 or 13389171. OLE color: 13389171.

HSL color Cylindrical-coordinate representation of color #734DCC: hue angle of 257.95º 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 #734DCC is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11577204-
CMYK0.440.6200.2
HSL257.95º55.46%55.1%-
HSV(B)257.95º62.25%80%-
XYZ20.6213.3158.61-
YUV102.84185.09136.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.04%
GREEN value IS 77 (30.47% from 255) = 19.44%
BLUE value IS 204 (80.08% from 255) = 51.52%
R=29.04%
G=19.44%
B=51.52%

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
Decimal115772040.440.6200.2257.9555.4655.1
Hex734DCC2C3E0141023737
Octal16311531454760244026767
Binary1110011100110111001100101100111110010100100000010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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