#794CDE

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

Shades of Slate Blue #794CDE

Tints of Slate Blue #794CDE

Color information

#794CDE (or 0x794CDE) is unknown color: approx Slate Blue. HEX triplet: 79, 4C and DE. RGB value is (121,76,222). Sum of RGB (Red+Green+Blue) = 121+76+222=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #794CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794CDE is #86B321. Grayscale: #696969. Windows color (decimal): -8827682 or 14568569. OLE color: 14568569.

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

Color convert

RGB12176222-
CMYK0.450.6600.13
HSL258.49º68.87%58.43%-
HSV(B)258.49º65.77%87.06%-
XYZ23.6514.5170.66-
YUV106.1193.41138.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.88%
GREEN value IS 76 (30.08% from 255) = 18.14%
BLUE value IS 222 (87.11% from 255) = 52.98%
R=28.88%
G=18.14%
B=52.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal121762220.450.6600.13258.4968.8758.43
Hex794CDE2D420D102453a
Octal1711143365510201540210572
Binary11110011001100110111101011011000010011011000000101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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