#796BCB

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

Shades of Moody Blue #796BCB

Tints of Moody Blue #796BCB

Color information

#796BCB (or 0x796BCB) is unknown color: approx Moody Blue. HEX triplet: 79, 6B and CB. RGB value is (121,107,203). Sum of RGB (Red+Green+Blue) = 121+107+203=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #796BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796BCB is #869434. Grayscale: #797979. Windows color (decimal): -8819765 or 13331321. OLE color: 13331321.

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

Color convert

RGB121107203-
CMYK0.400.4700.20
HSL248.75º48%60.78%-
HSV(B)248.75º47.29%79.61%-
XYZ23.9218.8958.89-
YUV122.13173.64127.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.07%
GREEN value IS 107 (42.19% from 255) = 24.83%
BLUE value IS 203 (79.69% from 255) = 47.10%
R=28.07%
G=24.83%
B=47.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211072030.400.4700.20248.754860.78
Hex796BCB282F014f9303d
Octal17115331350570243716075
Binary111100111010111100101110100010111101010011111001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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