#796BCF

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

Shades of Moody Blue #796BCF

Tints of Moody Blue #796BCF

Color information

#796BCF (or 0x796BCF) is unknown color: approx Moody Blue. HEX triplet: 79, 6B and CF. RGB value is (121,107,207). Sum of RGB (Red+Green+Blue) = 121+107+207=435 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.82% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #796BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796BCF is #869430. Grayscale: #7A7A7A. Windows color (decimal): -8819761 or 13593465. OLE color: 13593465.

HSL color Cylindrical-coordinate representation of color #796BCF: hue angle of 248.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #796BCF is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB121107207-
CMYK0.420.4800.19
HSL248.4º51.02%61.57%-
HSV(B)248.4º48.31%81.18%-
XYZ24.4119.0961.43-
YUV122.59175.64126.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.82%
GREEN value IS 107 (42.19% from 255) = 24.60%
BLUE value IS 207 (81.25% from 255) = 47.59%
R=27.82%
G=24.60%
B=47.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211072070.420.4800.19248.451.0261.57
Hex796BCF2A30013f8333e
Octal17115331752600233706376
Binary111100111010111100111110101011000001001111111000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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