#796EBB

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

Shades of Moody Blue #796EBB

Tints of Moody Blue #796EBB

Color information

#796EBB (or 0x796EBB) is unknown color: approx Moody Blue. HEX triplet: 79, 6E and BB. RGB value is (121,110,187). Sum of RGB (Red+Green+Blue) = 121+110+187=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #796EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796EBB is #869144. Grayscale: #797979. Windows color (decimal): -8819013 or 12283513. OLE color: 12283513.

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

Color convert

RGB121110187-
CMYK0.350.4100.27
HSL248.57º36.15%58.24%-
HSV(B)248.57º41.18%73.33%-
XYZ22.4318.849.46-
YUV122.07164.64127.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.95%
GREEN value IS 110 (43.36% from 255) = 26.32%
BLUE value IS 187 (73.44% from 255) = 44.74%
R=28.95%
G=26.32%
B=44.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211101870.350.4100.27248.5736.1558.24
Hex796EBB232901Bf9243a
Octal17115627343510333714472
Binary111100111011101011101110001110100101101111111001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,110,187); }

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

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

 a { background-color: rgb(121,110,187); }

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

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

 span { border-color: rgb(121,110,187); }

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