#774cc6

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

Shades of Slate Blue #774CC6

Tints of Slate Blue #774CC6

Color information

#774CC6 (or 0x774CC6) is unknown color: approx Slate Blue. HEX triplet: 77, 4C and C6. RGB value is (119,76,198). Sum of RGB (Red+Green+Blue) = 119+76+198=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #774CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774CC6 is #88B339. Grayscale: #666666. Windows color (decimal): -8958778 or 12995703. OLE color: 12995703.

HSL color Cylindrical-coordinate representation of color #774CC6: hue angle of 261.15º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #774CC6 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11976198-
CMYK0.400.6200.22
HSL261.15º51.69%53.73%-
HSV(B)261.15º61.62%77.65%-
XYZ20.3913.1754.89-
YUV102.76181.75139.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.28%
GREEN value IS 76 (30.08% from 255) = 19.34%
BLUE value IS 198 (77.73% from 255) = 50.38%
R=30.28%
G=19.34%
B=50.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal119761980.400.6200.22261.1551.6953.73
Hex774CC6283E0161053436
Octal16711430650760264056466
Binary1110111100110011000110101000111110010110100000101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774cc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774cc6; }

 p { color: rgb(119,76,198); }

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

<style>
 a { background-color: #774cc6; }

 a { background-color: rgb(119,76,198); }

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

<style>
 span { border-color: #774cc6; }

 span { border-color: rgb(119,76,198); }

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