#734DCA

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

Shades of Slate Blue #734DCA

Tints of Slate Blue #734DCA

Color information

#734DCA (or 0x734DCA) is unknown color: approx Slate Blue. HEX triplet: 73, 4D and CA. RGB value is (115,77,202). Sum of RGB (Red+Green+Blue) = 115+77+202=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #734DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734DCA is #8CB235. Grayscale: #666666. Windows color (decimal): -9220662 or 13258099. OLE color: 13258099.

HSL color Cylindrical-coordinate representation of color #734DCA: hue angle of 258.24º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #734DCA is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11577202-
CMYK0.430.6200.21
HSL258.24º54.11%54.71%-
HSV(B)258.24º61.88%79.22%-
XYZ20.3813.2257.35-
YUV102.61184.09136.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.19%
GREEN value IS 77 (30.47% from 255) = 19.54%
BLUE value IS 202 (79.30% from 255) = 51.27%
R=29.19%
G=19.54%
B=51.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal115772020.430.6200.21258.2454.1154.71
Hex734DCA2B3E0151023637
Octal16311531253760254026667
Binary1110011100110111001010101011111110010101100000010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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