#735FD8

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

Shades of Slate Blue #735FD8

Tints of Slate Blue #735FD8

Color information

#735FD8 (or 0x735FD8) is unknown color: approx Slate Blue. HEX triplet: 73, 5F and D8. RGB value is (115,95,216). Sum of RGB (Red+Green+Blue) = 115+95+216=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 216 (84.77% from 255 or 50.70% from 426); Max value from RGB is 216 - color contains mainly: blue. Hex color #735FD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735FD8 is #8CA027. Grayscale: #727272. Windows color (decimal): -9216040 or 14180211. OLE color: 14180211.

HSL color Cylindrical-coordinate representation of color #735FD8: hue angle of 249.92º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #735FD8 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11595216-
CMYK0.470.5600.15
HSL249.92º60.8%60.98%-
HSV(B)249.92º56.02%84.71%-
XYZ23.5616.7966.96-
YUV114.77185.13128.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.00%
GREEN value IS 95 (37.5% from 255) = 22.30%
BLUE value IS 216 (84.77% from 255) = 50.70%
R=27.00%
G=22.30%
B=50.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal115952160.470.5600.15249.9260.860.98
Hex735FD82F380Ffa3d3d
Octal16313733057700173727575
Binary11100111011111110110001011111110000111111111010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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