#794CE0

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

Shades of Slate Blue #794CE0

Tints of Slate Blue #794CE0

Color information

#794CE0 (or 0x794CE0) is unknown color: approx Slate Blue. HEX triplet: 79, 4C and E0. RGB value is (121,76,224). Sum of RGB (Red+Green+Blue) = 121+76+224=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 224 (87.89% from 255 or 53.21% from 421); Max value from RGB is 224 - color contains mainly: blue. Hex color #794CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794CE0 is #86B31F. Grayscale: #696969. Windows color (decimal): -8827680 or 14699641. OLE color: 14699641.

HSL color Cylindrical-coordinate representation of color #794CE0: hue angle of 258.24º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #794CE0 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12176224-
CMYK0.460.6600.12
HSL258.24º70.48%58.82%-
HSV(B)258.24º66.07%87.84%-
XYZ23.9214.6272.08-
YUV106.33194.41138.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.74%
GREEN value IS 76 (30.08% from 255) = 18.05%
BLUE value IS 224 (87.89% from 255) = 53.21%
R=28.74%
G=18.05%
B=53.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal121762240.460.6600.12258.2470.4858.82
Hex794CE02E420C102463b
Octal1711143405610201440210673
Binary11110011001100111000001011101000010011001000000101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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