#735ecd

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

Shades of Slate Blue #735ECD

Tints of Slate Blue #735ECD

Color information

#735ECD (or 0x735ECD) is unknown color: approx Slate Blue. HEX triplet: 73, 5E and CD. RGB value is (115,94,205). Sum of RGB (Red+Green+Blue) = 115+94+205=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #735ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735ECD is #8CA132. Grayscale: #707070. Windows color (decimal): -9216307 or 13459059. OLE color: 13459059.

HSL color Cylindrical-coordinate representation of color #735ECD: hue angle of 251.35º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #735ECD is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11594205-
CMYK0.440.5400.20
HSL251.35º52.61%58.63%-
HSV(B)251.35º54.15%80.39%-
XYZ22.0916.0659.69-
YUV112.93179.96129.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.78%
GREEN value IS 94 (37.11% from 255) = 22.71%
BLUE value IS 205 (80.47% from 255) = 49.52%
R=27.78%
G=22.71%
B=49.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal115942050.440.5400.20251.3552.6158.63
Hex735ECD2C36014fb353b
Octal16313631554660243736573
Binary111001110111101100110110110011011001010011111011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735ecd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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