#7355DF

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

Shades of Slate Blue #7355DF

Tints of Slate Blue #7355DF

Color information

#7355DF (or 0x7355DF) is unknown color: approx Slate Blue. HEX triplet: 73, 55 and DF. RGB value is (115,85,223). Sum of RGB (Red+Green+Blue) = 115+85+223=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #7355DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7355DF is #8CAA20. Grayscale: #6D6D6D. Windows color (decimal): -9218593 or 14636403. OLE color: 14636403.

HSL color Cylindrical-coordinate representation of color #7355DF: hue angle of 253.04º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7355DF is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11585223-
CMYK0.480.6200.13
HSL253.04º68.32%60.39%-
HSV(B)253.04º61.88%87.45%-
XYZ23.6415.4771.55-
YUV109.7191.94131.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.19%
GREEN value IS 85 (33.59% from 255) = 20.09%
BLUE value IS 223 (87.5% from 255) = 52.72%
R=27.19%
G=20.09%
B=52.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal115852230.480.6200.13253.0468.3260.39
Hex7355DF303E0Dfd443c
Octal163125337607601537510474
Binary111001110101011101111111000011111001101111111011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7355DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7355DF; }

 p { color: rgb(115,85,223); }

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

<style>
 a { background-color: #7355DF; }

 a { background-color: rgb(115,85,223); }

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

<style>
 span { border-color: #7355DF; }

 span { border-color: rgb(115,85,223); }

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