#796BBA

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

Shades of Moody Blue #796BBA

Tints of Moody Blue #796BBA

Color information

#796BBA (or 0x796BBA) is unknown color: approx Moody Blue. HEX triplet: 79, 6B and BA. RGB value is (121,107,186). Sum of RGB (Red+Green+Blue) = 121+107+186=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #796BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796BBA is #869445. Grayscale: #777777. Windows color (decimal): -8819782 or 12217209. OLE color: 12217209.

HSL color Cylindrical-coordinate representation of color #796BBA: hue angle of 250.63º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #796BBA is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121107186-
CMYK0.350.4200.27
HSL250.63º36.41%57.45%-
HSV(B)250.63º42.47%72.94%-
XYZ22.0118.1348.79-
YUV120.19165.14128.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.23%
GREEN value IS 107 (42.19% from 255) = 25.85%
BLUE value IS 186 (73.05% from 255) = 44.93%
R=29.23%
G=25.85%
B=44.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211071860.350.4200.27250.6336.4157.45
Hex796BBA232A01Bfb2439
Octal17115327243520333734471
Binary111100111010111011101010001110101001101111111011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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