#794fc4

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

Shades of Slate Blue #794FC4

Tints of Slate Blue #794FC4

Color information

#794FC4 (or 0x794FC4) is unknown color: approx Slate Blue. HEX triplet: 79, 4F and C4. RGB value is (121,79,196). Sum of RGB (Red+Green+Blue) = 121+79+196=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 196 (76.95% from 255 or 49.49% from 396); Max value from RGB is 196 - color contains mainly: blue. Hex color #794FC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794FC4 is #86B03B. Grayscale: #686868. Windows color (decimal): -8826940 or 12865401. OLE color: 12865401.

HSL color Cylindrical-coordinate representation of color #794FC4: hue angle of 261.54º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #794FC4 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12179196-
CMYK0.380.6000.23
HSL261.54º49.79%53.92%-
HSV(B)261.54º59.69%76.86%-
XYZ20.6413.6453.77-
YUV104.9179.41139.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.56%
GREEN value IS 79 (31.25% from 255) = 19.95%
BLUE value IS 196 (76.95% from 255) = 49.49%
R=30.56%
G=19.95%
B=49.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal121791960.380.6000.23261.5449.7953.92
Hex794FC4263C0171063236
Octal17111730446740274066266
Binary1111001100111111000100100110111100010111100000110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794fc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,79,196); }

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

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

 a { background-color: rgb(121,79,196); }

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

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

 span { border-color: rgb(121,79,196); }

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