#775EC1

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

Shades of Slate Blue #775EC1

Tints of Slate Blue #775EC1

Color information

#775EC1 (or 0x775EC1) is unknown color: approx Slate Blue. HEX triplet: 77, 5E and C1. RGB value is (119,94,193). Sum of RGB (Red+Green+Blue) = 119+94+193=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #775EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775EC1 is #88A13E. Grayscale: #707070. Windows color (decimal): -8954175 or 12672631. OLE color: 12672631.

HSL color Cylindrical-coordinate representation of color #775EC1: hue angle of 255.15º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #775EC1 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11994193-
CMYK0.380.5100.24
HSL255.15º44.39%56.27%-
HSV(B)255.15º51.3%75.69%-
XYZ21.2415.7852.38-
YUV112.76173.28132.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.31%
GREEN value IS 94 (37.11% from 255) = 23.15%
BLUE value IS 193 (75.78% from 255) = 47.54%
R=29.31%
G=23.15%
B=47.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal119941930.380.5100.24255.1544.3956.27
Hex775EC12633018ff2c38
Octal16713630146630303775470
Binary111011110111101100000110011011001101100011111111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775EC1; }

 p { color: rgb(119,94,193); }

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

<style>
 a { background-color: #775EC1; }

 a { background-color: rgb(119,94,193); }

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

<style>
 span { border-color: #775EC1; }

 span { border-color: rgb(119,94,193); }

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