#796DFD

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

Shades of Light Slate Blue #796DFD

Tints of Light Slate Blue #796DFD

Color information

#796DFD (or 0x796DFD) is unknown color: approx Light Slate Blue. HEX triplet: 79, 6D and FD. RGB value is (121,109,253). Sum of RGB (Red+Green+Blue) = 121+109+253=483 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.05% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #796DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796DFD is #869202. Grayscale: #808080. Windows color (decimal): -8819203 or 16608633. OLE color: 16608633.

HSL color Cylindrical-coordinate representation of color #796DFD: hue angle of 245º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #796DFD is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB121109253-
CMYK0.520.5700.01
HSL245º97.3%70.98%-
HSV(B)245º56.92%99.22%-
XYZ31.0822.0995.55-
YUV129197.98122.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.05%
GREEN value IS 109 (42.97% from 255) = 22.57%
BLUE value IS 253 (99.22% from 255) = 52.38%
R=25.05%
G=22.57%
B=52.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1211092530.520.5700.0124597.370.98
Hex796DFD343901f56147
Octal171155375647101365141107
Binary1111001110110111111101110100111001011111010111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796DFD; }

 p { color: rgb(121,109,253); }

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

<style>
 a { background-color: #796DFD; }

 a { background-color: rgb(121,109,253); }

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

<style>
 span { border-color: #796DFD; }

 span { border-color: rgb(121,109,253); }

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