#7869BE

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

Shades of Moody Blue #7869BE

Tints of Moody Blue #7869BE

Color information

#7869BE (or 0x7869BE) is unknown color: approx Moody Blue. HEX triplet: 78, 69 and BE. RGB value is (120,105,190). Sum of RGB (Red+Green+Blue) = 120+105+190=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #7869BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7869BE is #879641. Grayscale: #767676. Windows color (decimal): -8885826 or 12478840. OLE color: 12478840.

HSL color Cylindrical-coordinate representation of color #7869BE: hue angle of 250.59º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7869BE is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120105190-
CMYK0.370.4500.25
HSL250.59º39.53%57.84%-
HSV(B)250.59º44.74%74.51%-
XYZ22.0917.8150.99-
YUV119.17167.97128.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.92%
GREEN value IS 105 (41.41% from 255) = 25.30%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=28.92%
G=25.30%
B=45.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201051900.370.4500.25250.5939.5357.84
Hex7869BE252D019fb283a
Octal17015127645550313735072
Binary111100011010011011111010010110110101100111111011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7869BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7869BE; }

 p { color: rgb(120,105,190); }

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

<style>
 a { background-color: #7869BE; }

 a { background-color: rgb(120,105,190); }

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

<style>
 span { border-color: #7869BE; }

 span { border-color: rgb(120,105,190); }

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