#796BCD

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

Shades of Moody Blue #796BCD

Tints of Moody Blue #796BCD

Color information

#796BCD (or 0x796BCD) is unknown color: approx Moody Blue. HEX triplet: 79, 6B and CD. RGB value is (121,107,205). Sum of RGB (Red+Green+Blue) = 121+107+205=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #796BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796BCD is #869432. Grayscale: #797979. Windows color (decimal): -8819763 or 13462393. OLE color: 13462393.

HSL color Cylindrical-coordinate representation of color #796BCD: hue angle of 248.57º 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 #796BCD is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121107205-
CMYK0.410.4800.20
HSL248.57º49.49%61.18%-
HSV(B)248.57º47.8%80.39%-
XYZ24.1618.9960.15-
YUV122.36174.64127.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.94%
GREEN value IS 107 (42.19% from 255) = 24.71%
BLUE value IS 205 (80.47% from 255) = 47.34%
R=27.94%
G=24.71%
B=47.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211072050.410.4800.20248.5749.4961.18
Hex796BCD2930014f9313d
Octal17115331551600243716175
Binary111100111010111100110110100111000001010011111001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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