#794CC1

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

Shades of Slate Blue #794CC1

Tints of Slate Blue #794CC1

Color information

#794CC1 (or 0x794CC1) is unknown color: approx Slate Blue. HEX triplet: 79, 4C and C1. RGB value is (121,76,193). Sum of RGB (Red+Green+Blue) = 121+76+193=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #794CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794CC1 is #86B33E. Grayscale: #666666. Windows color (decimal): -8827711 or 12668025. OLE color: 12668025.

HSL color Cylindrical-coordinate representation of color #794CC1: hue angle of 263.08º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #794CC1 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12176193-
CMYK0.370.6100.24
HSL263.08º48.55%52.75%-
HSV(B)263.08º60.62%75.69%-
XYZ20.113.0851.92-
YUV102.79178.91140.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.03%
GREEN value IS 76 (30.08% from 255) = 19.49%
BLUE value IS 193 (75.78% from 255) = 49.49%
R=31.03%
G=19.49%
B=49.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal121761930.370.6100.24263.0848.5552.75
Hex794CC1253D0181073135
Octal17111430145750304076165
Binary1111001100110011000001100101111101011000100000111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,76,193); }

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

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

 a { background-color: rgb(121,76,193); }

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

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

 span { border-color: rgb(121,76,193); }

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