#755ECB

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

Shades of Slate Blue #755ECB

Tints of Slate Blue #755ECB

Color information

#755ECB (or 0x755ECB) is unknown color: approx Slate Blue. HEX triplet: 75, 5E and CB. RGB value is (117,94,203). Sum of RGB (Red+Green+Blue) = 117+94+203=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #755ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755ECB is #8AA134. Grayscale: #707070. Windows color (decimal): -9085237 or 13327989. OLE color: 13327989.

HSL color Cylindrical-coordinate representation of color #755ECB: hue angle of 252.66º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #755ECB is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11794203-
CMYK0.420.5400.20
HSL252.66º51.17%58.24%-
HSV(B)252.66º53.69%79.61%-
XYZ22.1216.158.44-
YUV113.3178.62130.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.26%
GREEN value IS 94 (37.11% from 255) = 22.71%
BLUE value IS 203 (79.69% from 255) = 49.03%
R=28.26%
G=22.71%
B=49.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal117942030.420.5400.20252.6651.1758.24
Hex755ECB2A36014fd333a
Octal16513631352660243756372
Binary111010110111101100101110101011011001010011111101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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