#795BCE

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

Shades of Slate Blue #795BCE

Tints of Slate Blue #795BCE

Color information

#795BCE (or 0x795BCE) is unknown color: approx Slate Blue. HEX triplet: 79, 5B and CE. RGB value is (121,91,206). Sum of RGB (Red+Green+Blue) = 121+91+206=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #795BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795BCE is #86A431. Grayscale: #707070. Windows color (decimal): -8823858 or 13523833. OLE color: 13523833.

HSL color Cylindrical-coordinate representation of color #795BCE: hue angle of 255.65º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #795BCE is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12191206-
CMYK0.410.5600.19
HSL255.65º53.99%58.24%-
HSV(B)255.65º55.83%80.78%-
XYZ22.771660.28-
YUV113.08180.44133.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.95%
GREEN value IS 91 (35.94% from 255) = 21.77%
BLUE value IS 206 (80.86% from 255) = 49.28%
R=28.95%
G=21.77%
B=49.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal121912060.410.5600.19255.6553.9958.24
Hex795BCE2938013100363a
Octal17113331651700234006672
Binary1111001101101111001110101001111000010011100000000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,91,206); }

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

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

 a { background-color: rgb(121,91,206); }

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

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

 span { border-color: rgb(121,91,206); }

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