#755ECE

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

Shades of Slate Blue #755ECE

Tints of Slate Blue #755ECE

Color information

#755ECE (or 0x755ECE) is unknown color: approx Slate Blue. HEX triplet: 75, 5E and CE. RGB value is (117,94,206). Sum of RGB (Red+Green+Blue) = 117+94+206=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #755ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755ECE is #8AA131. Grayscale: #717171. Windows color (decimal): -9085234 or 13524597. OLE color: 13524597.

HSL color Cylindrical-coordinate representation of color #755ECE: hue angle of 252.32º 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 #755ECE is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11794206-
CMYK0.430.5400.19
HSL252.32º53.33%58.82%-
HSV(B)252.32º54.37%80.78%-
XYZ22.4816.2460.34-
YUV113.65180.12130.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.06%
GREEN value IS 94 (37.11% from 255) = 22.54%
BLUE value IS 206 (80.86% from 255) = 49.40%
R=28.06%
G=22.54%
B=49.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal117942060.430.5400.19252.3253.3358.82
Hex755ECE2B36013fc353b
Octal16513631653660233746573
Binary111010110111101100111010101111011001001111111100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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