#775ec4

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

Shades of Slate Blue #775EC4

Tints of Slate Blue #775EC4

Color information

#775EC4 (or 0x775EC4) is unknown color: approx Slate Blue. HEX triplet: 77, 5E and C4. RGB value is (119,94,196). Sum of RGB (Red+Green+Blue) = 119+94+196=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 196 - color contains mainly: blue. Hex color #775EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775EC4 is #88A13B. Grayscale: #707070. Windows color (decimal): -8954172 or 12869239. OLE color: 12869239.

HSL color Cylindrical-coordinate representation of color #775EC4: hue angle of 254.71º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #775EC4 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11994196-
CMYK0.390.5200.23
HSL254.71º46.36%56.86%-
HSV(B)254.71º52.04%76.86%-
XYZ21.5715.9154.16-
YUV113.1174.78132.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.10%
GREEN value IS 94 (37.11% from 255) = 22.98%
BLUE value IS 196 (76.95% from 255) = 47.92%
R=29.10%
G=22.98%
B=47.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal119941960.390.5200.23254.7146.3656.86
Hex775EC42734017ff2e39
Octal16713630447640273775671
Binary111011110111101100010010011111010001011111111111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775ec4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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