#735EDA

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

Shades of Slate Blue #735EDA

Tints of Slate Blue #735EDA

Color information

#735EDA (or 0x735EDA) is unknown color: approx Slate Blue. HEX triplet: 73, 5E and DA. RGB value is (115,94,218). Sum of RGB (Red+Green+Blue) = 115+94+218=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #735EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735EDA is #8CA125. Grayscale: #717171. Windows color (decimal): -9216294 or 14311027. OLE color: 14311027.

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

Color convert

RGB11594218-
CMYK0.470.5700.15
HSL250.16º62.63%61.18%-
HSV(B)250.16º56.88%85.49%-
XYZ23.7316.7168.3-
YUV114.42186.46128.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.93%
GREEN value IS 94 (37.11% from 255) = 22.01%
BLUE value IS 218 (85.55% from 255) = 51.05%
R=26.93%
G=22.01%
B=51.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal115942180.470.5700.15250.1662.6361.18
Hex735EDA2F390Ffa3f3d
Octal16313633257710173727775
Binary11100111011110110110101011111110010111111111010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,94,218); }

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

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

 a { background-color: rgb(115,94,218); }

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

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

 span { border-color: rgb(115,94,218); }

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