#7359C9

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

Shades of Slate Blue #7359C9

Tints of Slate Blue #7359C9

Color information

#7359C9 (or 0x7359C9) is unknown color: approx Slate Blue. HEX triplet: 73, 59 and C9. RGB value is (115,89,201). Sum of RGB (Red+Green+Blue) = 115+89+201=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 201 (78.91% from 255 or 49.63% from 405); Max value from RGB is 201 - color contains mainly: blue. Hex color #7359C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7359C9 is #8CA636. Grayscale: #6D6D6D. Windows color (decimal): -9217591 or 13195635. OLE color: 13195635.

HSL color Cylindrical-coordinate representation of color #7359C9: hue angle of 253.93º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7359C9 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11589201-
CMYK0.430.5600.21
HSL253.93º50.91%56.86%-
HSV(B)253.93º55.72%78.82%-
XYZ21.1915.0157.04-
YUV109.54179.61131.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.40%
GREEN value IS 89 (35.16% from 255) = 21.98%
BLUE value IS 201 (78.91% from 255) = 49.63%
R=28.40%
G=21.98%
B=49.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal115892010.430.5600.21253.9350.9156.86
Hex7359C92B38015fe3339
Octal16313131153700253766371
Binary111001110110011100100110101111100001010111111110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7359C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7359C9; }

 p { color: rgb(115,89,201); }

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

<style>
 a { background-color: #7359C9; }

 a { background-color: rgb(115,89,201); }

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

<style>
 span { border-color: #7359C9; }

 span { border-color: rgb(115,89,201); }

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