#796BBB

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

Shades of Moody Blue #796BBB

Tints of Moody Blue #796BBB

Color information

#796BBB (or 0x796BBB) is unknown color: approx Moody Blue. HEX triplet: 79, 6B and BB. RGB value is (121,107,187). Sum of RGB (Red+Green+Blue) = 121+107+187=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #796BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796BBB is #869444. Grayscale: #787878. Windows color (decimal): -8819781 or 12282745. OLE color: 12282745.

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

Color convert

RGB121107187-
CMYK0.350.4300.27
HSL250.5º37.04%57.65%-
HSV(B)250.5º42.78%73.33%-
XYZ22.1118.1749.36-
YUV120.31165.64128.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.16%
GREEN value IS 107 (42.19% from 255) = 25.78%
BLUE value IS 187 (73.44% from 255) = 45.06%
R=29.16%
G=25.78%
B=45.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211071870.350.4300.27250.537.0457.65
Hex796BBB232B01Bfa253a
Octal17115327343530333724572
Binary111100111010111011101110001110101101101111111010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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