#794EDF

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

Shades of Slate Blue #794EDF

Tints of Slate Blue #794EDF

Color information

#794EDF (or 0x794EDF) is unknown color: approx Slate Blue. HEX triplet: 79, 4E and DF. RGB value is (121,78,223). Sum of RGB (Red+Green+Blue) = 121+78+223=422 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.67% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #794EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794EDF is #86B120. Grayscale: #6A6A6A. Windows color (decimal): -8827169 or 14634617. OLE color: 14634617.

HSL color Cylindrical-coordinate representation of color #794EDF: hue angle of 257.79º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #794EDF is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12178223-
CMYK0.460.6500.13
HSL257.79º69.38%59.02%-
HSV(B)257.79º65.02%87.45%-
XYZ23.9314.8471.42-
YUV107.39193.25137.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.67%
GREEN value IS 78 (30.86% from 255) = 18.48%
BLUE value IS 223 (87.5% from 255) = 52.84%
R=28.67%
G=18.48%
B=52.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal121782230.460.6500.13257.7969.3859.02
Hex794EDF2E410D102453b
Octal1711163375610101540210573
Binary11110011001110110111111011101000001011011000000101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,78,223); }

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

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

 a { background-color: rgb(121,78,223); }

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

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

 span { border-color: rgb(121,78,223); }

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