#7359D0

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

Shades of Slate Blue #7359D0

Tints of Slate Blue #7359D0

Color information

#7359D0 (or 0x7359D0) is unknown color: approx Slate Blue. HEX triplet: 73, 59 and D0. RGB value is (115,89,208). Sum of RGB (Red+Green+Blue) = 115+89+208=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 208 (81.64% from 255 or 50.49% from 412); Max value from RGB is 208 - color contains mainly: blue. Hex color #7359D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7359D0 is #8CA62F. Grayscale: #6D6D6D. Windows color (decimal): -9217584 or 13654387. OLE color: 13654387.

HSL color Cylindrical-coordinate representation of color #7359D0: hue angle of 253.11º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7359D0 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11589208-
CMYK0.450.5700.18
HSL253.11º55.87%58.24%-
HSV(B)253.11º57.21%81.57%-
XYZ22.0315.3461.48-
YUV110.34183.11131.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.91%
GREEN value IS 89 (35.16% from 255) = 21.60%
BLUE value IS 208 (81.64% from 255) = 50.49%
R=27.91%
G=21.60%
B=50.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal115892080.450.5700.18253.1155.8758.24
Hex7359D02D39012fd383a
Octal16313132055710223757072
Binary111001110110011101000010110111100101001011111101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7359D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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