#7352CE

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

Shades of Slate Blue #7352CE

Tints of Slate Blue #7352CE

Color information

#7352CE (or 0x7352CE) is unknown color: approx Slate Blue. HEX triplet: 73, 52 and CE. RGB value is (115,82,206). Sum of RGB (Red+Green+Blue) = 115+82+206=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #7352CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7352CE is #8CAD31. Grayscale: #696969. Windows color (decimal): -9219378 or 13521523. OLE color: 13521523.

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

Color convert

RGB11582206-
CMYK0.440.6000.19
HSL255.97º55.86%56.47%-
HSV(B)255.97º60.19%80.78%-
XYZ21.2314.1460-
YUV106184.43134.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.54%
GREEN value IS 82 (32.42% from 255) = 20.35%
BLUE value IS 206 (80.86% from 255) = 51.12%
R=28.54%
G=20.35%
B=51.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal115822060.440.6000.19255.9755.8656.47
Hex7352CE2C3C0131003838
Octal16312231654740234007070
Binary1110011101001011001110101100111100010011100000000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7352CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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