#794AC8

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

Shades of Slate Blue #794AC8

Tints of Slate Blue #794AC8

Color information

#794AC8 (or 0x794AC8) is unknown color: approx Slate Blue. HEX triplet: 79, 4A and C8. RGB value is (121,74,200). Sum of RGB (Red+Green+Blue) = 121+74+200=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #794AC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794AC8 is #86B537. Grayscale: #656565. Windows color (decimal): -8828216 or 13126265. OLE color: 13126265.

HSL color Cylindrical-coordinate representation of color #794AC8: hue angle of 262.38º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #794AC8 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12174200-
CMYK0.390.6300.22
HSL262.38º53.39%53.73%-
HSV(B)262.38º63%78.43%-
XYZ20.7613.1356.08-
YUV102.42183.07141.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.63%
GREEN value IS 74 (29.30% from 255) = 18.73%
BLUE value IS 200 (78.52% from 255) = 50.63%
R=30.63%
G=18.73%
B=50.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal121742000.390.6300.22262.3853.3953.73
Hex794AC8273F0161063536
Octal17111231047770264066566
Binary1111001100101011001000100111111111010110100000110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794AC8; }

 p { color: rgb(121,74,200); }

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

<style>
 a { background-color: #794AC8; }

 a { background-color: rgb(121,74,200); }

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

<style>
 span { border-color: #794AC8; }

 span { border-color: rgb(121,74,200); }

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