#774ACE

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

Shades of Slate Blue #774ACE

Tints of Slate Blue #774ACE

Color information

#774ACE (or 0x774ACE) is unknown color: approx Slate Blue. HEX triplet: 77, 4A and CE. RGB value is (119,74,206). Sum of RGB (Red+Green+Blue) = 119+74+206=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #774ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774ACE is #88B531. Grayscale: #666666. Windows color (decimal): -8959282 or 13519479. OLE color: 13519479.

HSL color Cylindrical-coordinate representation of color #774ACE: hue angle of 260.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #774ACE is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11974206-
CMYK0.420.6400.19
HSL260.45º57.39%54.9%-
HSV(B)260.45º64.08%80.78%-
XYZ21.213.2859.84-
YUV102.5186.41139.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.82%
GREEN value IS 74 (29.30% from 255) = 18.55%
BLUE value IS 206 (80.86% from 255) = 51.63%
R=29.82%
G=18.55%
B=51.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal119742060.420.6400.19260.4557.3954.9
Hex774ACE2A400131043937
Octal167112316521000234047167
Binary11101111001010110011101010101000000010011100000100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,74,206); }

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

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

 a { background-color: rgb(119,74,206); }

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

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

 span { border-color: rgb(119,74,206); }

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