#795FCF

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

Shades of Slate Blue #795FCF

Tints of Slate Blue #795FCF

Color information

#795FCF (or 0x795FCF) is unknown color: approx Slate Blue. HEX triplet: 79, 5F and CF. RGB value is (121,95,207). Sum of RGB (Red+Green+Blue) = 121+95+207=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #795FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795FCF is #86A030. Grayscale: #737373. Windows color (decimal): -8822833 or 13590393. OLE color: 13590393.

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

Color convert

RGB12195207-
CMYK0.420.5400.19
HSL253.93º53.85%59.22%-
HSV(B)253.93º54.11%81.18%-
XYZ23.2416.7561.04-
YUV115.54179.61131.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.61%
GREEN value IS 95 (37.5% from 255) = 22.46%
BLUE value IS 207 (81.25% from 255) = 48.94%
R=28.61%
G=22.46%
B=48.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal121952070.420.5400.19253.9353.8559.22
Hex795FCF2A36013fe363b
Octal17113731752660233766673
Binary111100110111111100111110101011011001001111111110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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