#794ECB

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

Shades of Slate Blue #794ECB

Tints of Slate Blue #794ECB

Color information

#794ECB (or 0x794ECB) is unknown color: approx Slate Blue. HEX triplet: 79, 4E and CB. RGB value is (121,78,203). Sum of RGB (Red+Green+Blue) = 121+78+203=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #794ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794ECB is #86B134. Grayscale: #686868. Windows color (decimal): -8827189 or 13323897. OLE color: 13323897.

HSL color Cylindrical-coordinate representation of color #794ECB: hue angle of 260.64º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #794ECB is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12178203-
CMYK0.400.6200.20
HSL260.64º54.59%55.1%-
HSV(B)260.64º61.58%79.61%-
XYZ21.3913.8358.04-
YUV105.11183.25139.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.10%
GREEN value IS 78 (30.86% from 255) = 19.40%
BLUE value IS 203 (79.69% from 255) = 50.50%
R=30.10%
G=19.40%
B=50.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal121782030.400.6200.20260.6454.5955.1
Hex794ECB283E0141053737
Octal17111631350760244056767
Binary1111001100111011001011101000111110010100100000101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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