#795FC5

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

Shades of Slate Blue #795FC5

Tints of Slate Blue #795FC5

Color information

#795FC5 (or 0x795FC5) is unknown color: approx Slate Blue. HEX triplet: 79, 5F and C5. RGB value is (121,95,197). Sum of RGB (Red+Green+Blue) = 121+95+197=413 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.30% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 197 (77.34% from 255 or 47.70% from 413); Max value from RGB is 197 - color contains mainly: blue. Hex color #795FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795FC5 is #86A03A. Grayscale: #727272. Windows color (decimal): -8822843 or 12935033. OLE color: 12935033.

HSL color Cylindrical-coordinate representation of color #795FC5: hue angle of 255.29º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #795FC5 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12195197-
CMYK0.390.5200.23
HSL255.29º46.79%57.25%-
HSV(B)255.29º51.78%77.25%-
XYZ22.0616.2854.8-
YUV114.4174.61132.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.30%
GREEN value IS 95 (37.5% from 255) = 23.00%
BLUE value IS 197 (77.34% from 255) = 47.70%
R=29.30%
G=23.00%
B=47.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal121951970.390.5200.23255.2946.7957.25
Hex795FC52734017ff2f39
Octal17113730547640273775771
Binary111100110111111100010110011111010001011111111111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,95,197); }

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

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

 a { background-color: rgb(121,95,197); }

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

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

 span { border-color: rgb(121,95,197); }

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