#7356D8

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

Shades of Slate Blue #7356D8

Tints of Slate Blue #7356D8

Color information

#7356D8 (or 0x7356D8) is unknown color: approx Slate Blue. HEX triplet: 73, 56 and D8. RGB value is (115,86,216). Sum of RGB (Red+Green+Blue) = 115+86+216=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 216 (84.77% from 255 or 51.80% from 417); Max value from RGB is 216 - color contains mainly: blue. Hex color #7356D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7356D8 is #8CA927. Grayscale: #6D6D6D. Windows color (decimal): -9218344 or 14177907. OLE color: 14177907.

HSL color Cylindrical-coordinate representation of color #7356D8: hue angle of 253.38º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7356D8 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11586216-
CMYK0.470.6000.15
HSL253.38º62.5%59.22%-
HSV(B)253.38º60.19%84.71%-
XYZ22.7915.2666.71-
YUV109.49188.11131.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.58%
GREEN value IS 86 (33.98% from 255) = 20.62%
BLUE value IS 216 (84.77% from 255) = 51.80%
R=27.58%
G=20.62%
B=51.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal115862160.470.6000.15253.3862.559.22
Hex7356D82F3C0Ffd3e3b
Octal16312633057740173757673
Binary11100111010110110110001011111111000111111111101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7356D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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