#795DCF

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

Shades of Slate Blue #795DCF

Tints of Slate Blue #795DCF

Color information

#795DCF (or 0x795DCF) is unknown color: approx Slate Blue. HEX triplet: 79, 5D and CF. RGB value is (121,93,207). Sum of RGB (Red+Green+Blue) = 121+93+207=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #795DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795DCF is #86A230. Grayscale: #717171. Windows color (decimal): -8823345 or 13589881. OLE color: 13589881.

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

Color convert

RGB12193207-
CMYK0.420.5500.19
HSL254.74º54.29%58.82%-
HSV(B)254.74º55.07%81.18%-
XYZ23.0616.460.98-
YUV114.37180.28132.73-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.74%
GREEN value IS 93 (36.72% from 255) = 22.09%
BLUE value IS 207 (81.25% from 255) = 49.17%
R=28.74%
G=22.09%
B=49.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal121932070.420.5500.19254.7454.2958.82
Hex795DCF2A37013ff363b
Octal17113531752670233776673
Binary111100110111011100111110101011011101001111111111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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