#735CD5

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

Shades of Slate Blue #735CD5

Tints of Slate Blue #735CD5

Color information

#735CD5 (or 0x735CD5) is unknown color: approx Slate Blue. HEX triplet: 73, 5C and D5. RGB value is (115,92,213). Sum of RGB (Red+Green+Blue) = 115+92+213=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 213 (83.59% from 255 or 50.71% from 420); Max value from RGB is 213 - color contains mainly: blue. Hex color #735CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735CD5 is #8CA32A. Grayscale: #707070. Windows color (decimal): -9216811 or 13982835. OLE color: 13982835.

HSL color Cylindrical-coordinate representation of color #735CD5: hue angle of 251.4º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #735CD5 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11592213-
CMYK0.460.5700.16
HSL251.4º59.02%59.8%-
HSV(B)251.4º56.81%83.53%-
XYZ22.9116.164.85-
YUV112.67184.62129.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.38%
GREEN value IS 92 (36.33% from 255) = 21.90%
BLUE value IS 213 (83.59% from 255) = 50.71%
R=27.38%
G=21.90%
B=50.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal115922130.460.5700.16251.459.0259.8
Hex735CD52E39010fb3b3c
Octal16313432556710203737374
Binary111001110111001101010110111011100101000011111011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,92,213); }

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

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

 a { background-color: rgb(115,92,213); }

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

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

 span { border-color: rgb(115,92,213); }

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