#735AC0

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

Shades of Slate Blue #735AC0

Tints of Slate Blue #735AC0

Color information

#735AC0 (or 0x735AC0) is unknown color: approx Slate Blue. HEX triplet: 73, 5A and C0. RGB value is (115,90,192). Sum of RGB (Red+Green+Blue) = 115+90+192=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #735AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735AC0 is #8CA53F. Grayscale: #6C6C6C. Windows color (decimal): -9217344 or 12606067. OLE color: 12606067.

HSL color Cylindrical-coordinate representation of color #735AC0: hue angle of 254.71º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #735AC0 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11590192-
CMYK0.400.5300.25
HSL254.71º44.74%55.29%-
HSV(B)254.71º53.12%75.29%-
XYZ20.2414.7651.65-
YUV109.1174.78132.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.97%
GREEN value IS 90 (35.55% from 255) = 22.67%
BLUE value IS 192 (75.39% from 255) = 48.36%
R=28.97%
G=22.67%
B=48.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115901920.400.5300.25254.7144.7455.29
Hex735AC02835019ff2d37
Octal16313230050650313775567
Binary111001110110101100000010100011010101100111111111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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