#795ED8

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

Shades of Slate Blue #795ED8

Tints of Slate Blue #795ED8

Color information

#795ED8 (or 0x795ED8) is unknown color: approx Slate Blue. HEX triplet: 79, 5E and D8. RGB value is (121,94,216). Sum of RGB (Red+Green+Blue) = 121+94+216=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 216 (84.77% from 255 or 50.12% from 431); Max value from RGB is 216 - color contains mainly: blue. Hex color #795ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795ED8 is #86A127. Grayscale: #737373. Windows color (decimal): -8823080 or 14179961. OLE color: 14179961.

HSL color Cylindrical-coordinate representation of color #795ED8: hue angle of 253.28º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #795ED8 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12194216-
CMYK0.440.5600.15
HSL253.28º61%60.78%-
HSV(B)253.28º56.48%84.71%-
XYZ24.2817.0366.97-
YUV115.98184.45131.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.07%
GREEN value IS 94 (37.11% from 255) = 21.81%
BLUE value IS 216 (84.77% from 255) = 50.12%
R=28.07%
G=21.81%
B=50.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal121942160.440.5600.15253.286160.78
Hex795ED82C380Ffd3d3d
Octal17113633054700173757575
Binary11110011011110110110001011001110000111111111101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795ED8; }

 p { color: rgb(121,94,216); }

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

<style>
 a { background-color: #795ED8; }

 a { background-color: rgb(121,94,216); }

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

<style>
 span { border-color: #795ED8; }

 span { border-color: rgb(121,94,216); }

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