#796bcc

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

Shades of Moody Blue #796BCC

Tints of Moody Blue #796BCC

Color information

#796BCC (or 0x796BCC) is unknown color: approx Moody Blue. HEX triplet: 79, 6B and CC. RGB value is (121,107,204). Sum of RGB (Red+Green+Blue) = 121+107+204=432 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.01% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #796BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796BCC is #869433. Grayscale: #797979. Windows color (decimal): -8819764 or 13396857. OLE color: 13396857.

HSL color Cylindrical-coordinate representation of color #796BCC: hue angle of 248.66º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #796BCC is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB121107204-
CMYK0.410.4800.2
HSL248.66º48.74%60.98%-
HSV(B)248.66º47.55%80%-
XYZ24.0418.9459.52-
YUV122.24174.14127.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.01%
GREEN value IS 107 (42.19% from 255) = 24.77%
BLUE value IS 204 (80.08% from 255) = 47.22%
R=28.01%
G=24.77%
B=47.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1211072040.410.4800.2248.6648.7460.98
Hex796BCC2930014f9313d
Octal17115331451600243716175
Binary111100111010111100110010100111000001010011111001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796bcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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