#735AC8

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

Shades of Slate Blue #735AC8

Tints of Slate Blue #735AC8

Color information

#735AC8 (or 0x735AC8) is unknown color: approx Slate Blue. HEX triplet: 73, 5A and C8. RGB value is (115,90,200). Sum of RGB (Red+Green+Blue) = 115+90+200=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 200 (78.52% from 255 or 49.38% from 405); Max value from RGB is 200 - color contains mainly: blue. Hex color #735AC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735AC8 is #8CA537. Grayscale: #6D6D6D. Windows color (decimal): -9217336 or 13130355. OLE color: 13130355.

HSL color Cylindrical-coordinate representation of color #735AC8: hue angle of 253.64º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #735AC8 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11590200-
CMYK0.420.5500.22
HSL253.64º50%56.86%-
HSV(B)253.64º55%78.43%-
XYZ21.1515.1356.45-
YUV110.02178.78131.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.40%
GREEN value IS 90 (35.55% from 255) = 22.22%
BLUE value IS 200 (78.52% from 255) = 49.38%
R=28.40%
G=22.22%
B=49.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal115902000.420.5500.22253.645056.86
Hex735AC82A37016fe3239
Octal16313231052670263766271
Binary111001110110101100100010101011011101011011111110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735AC8; }

 p { color: rgb(115,90,200); }

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

<style>
 a { background-color: #735AC8; }

 a { background-color: rgb(115,90,200); }

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

<style>
 span { border-color: #735AC8; }

 span { border-color: rgb(115,90,200); }

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