#735AD0

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

Shades of Slate Blue #735AD0

Tints of Slate Blue #735AD0

Color information

#735AD0 (or 0x735AD0) is unknown color: approx Slate Blue. HEX triplet: 73, 5A and D0. RGB value is (115,90,208). Sum of RGB (Red+Green+Blue) = 115+90+208=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 208 (81.64% from 255 or 50.36% from 413); Max value from RGB is 208 - color contains mainly: blue. Hex color #735AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735AD0 is #8CA52F. Grayscale: #6E6E6E. Windows color (decimal): -9217328 or 13654643. OLE color: 13654643.

HSL color Cylindrical-coordinate representation of color #735AD0: hue angle of 252.71º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #735AD0 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11590208-
CMYK0.450.5700.18
HSL252.71º55.66%58.43%-
HSV(B)252.71º56.73%81.57%-
XYZ22.1115.5161.5-
YUV110.93182.78130.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.85%
GREEN value IS 90 (35.55% from 255) = 21.79%
BLUE value IS 208 (81.64% from 255) = 50.36%
R=27.85%
G=21.79%
B=50.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal115902080.450.5700.18252.7155.6658.43
Hex735AD02D39012fd383a
Octal16313232055710223757072
Binary111001110110101101000010110111100101001011111101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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