#7359CE

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

Shades of Slate Blue #7359CE

Tints of Slate Blue #7359CE

Color information

#7359CE (or 0x7359CE) is unknown color: approx Slate Blue. HEX triplet: 73, 59 and CE. RGB value is (115,89,206). Sum of RGB (Red+Green+Blue) = 115+89+206=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #7359CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7359CE is #8CA631. Grayscale: #6D6D6D. Windows color (decimal): -9217586 or 13523315. OLE color: 13523315.

HSL color Cylindrical-coordinate representation of color #7359CE: hue angle of 253.33º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7359CE is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11589206-
CMYK0.440.5700.19
HSL253.33º54.42%57.84%-
HSV(B)253.33º56.8%80.78%-
XYZ21.7815.2560.19-
YUV110.11182.11131.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.05%
GREEN value IS 89 (35.16% from 255) = 21.71%
BLUE value IS 206 (80.86% from 255) = 50.24%
R=28.05%
G=21.71%
B=50.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal115892060.440.5700.19253.3354.4257.84
Hex7359CE2C39013fd363a
Octal16313131654710233756672
Binary111001110110011100111010110011100101001111111101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7359CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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