#7356C0

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

Shades of Slate Blue #7356C0

Tints of Slate Blue #7356C0

Color information

#7356C0 (or 0x7356C0) is unknown color: approx Slate Blue. HEX triplet: 73, 56 and C0. RGB value is (115,86,192). Sum of RGB (Red+Green+Blue) = 115+86+192=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #7356C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7356C0 is #8CA93F. Grayscale: #6A6A6A. Windows color (decimal): -9218368 or 12605043. OLE color: 12605043.

HSL color Cylindrical-coordinate representation of color #7356C0: hue angle of 256.42º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7356C0 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11586192-
CMYK0.400.5500.25
HSL256.42º45.69%54.51%-
HSV(B)256.42º55.21%75.29%-
XYZ19.9114.1151.54-
YUV106.76176.11133.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.26%
GREEN value IS 86 (33.98% from 255) = 21.88%
BLUE value IS 192 (75.39% from 255) = 48.85%
R=29.26%
G=21.88%
B=48.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115861920.400.5500.25256.4245.6954.51
Hex7356C028370191002e37
Octal16312630050670314005667
Binary1110011101011011000000101000110111011001100000000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7356C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7356C0; }

 p { color: rgb(115,86,192); }

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

<style>
 a { background-color: #7356C0; }

 a { background-color: rgb(115,86,192); }

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

<style>
 span { border-color: #7356C0; }

 span { border-color: rgb(115,86,192); }

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