#735ECE

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

Shades of Slate Blue #735ECE

Tints of Slate Blue #735ECE

Color information

#735ECE (or 0x735ECE) is unknown color: approx Slate Blue. HEX triplet: 73, 5E and CE. RGB value is (115,94,206). Sum of RGB (Red+Green+Blue) = 115+94+206=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #735ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735ECE is #8CA131. Grayscale: #707070. Windows color (decimal): -9216306 or 13524595. OLE color: 13524595.

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

Color convert

RGB11594206-
CMYK0.440.5400.19
HSL251.25º53.33%58.82%-
HSV(B)251.25º54.37%80.78%-
XYZ22.2116.1160.33-
YUV113.05180.46129.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.71%
GREEN value IS 94 (37.11% from 255) = 22.65%
BLUE value IS 206 (80.86% from 255) = 49.64%
R=27.71%
G=22.65%
B=49.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal115942060.440.5400.19251.2553.3358.82
Hex735ECE2C36013fb353b
Octal16313631654660233736573
Binary111001110111101100111010110011011001001111111011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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