#7867BF

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

Shades of Moody Blue #7867BF

Tints of Moody Blue #7867BF

Color information

#7867BF (or 0x7867BF) is unknown color: approx Moody Blue. HEX triplet: 78, 67 and BF. RGB value is (120,103,191). Sum of RGB (Red+Green+Blue) = 120+103+191=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #7867BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7867BF is #879840. Grayscale: #757575. Windows color (decimal): -8886337 or 12543864. OLE color: 12543864.

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

Color convert

RGB120103191-
CMYK0.370.4600.25
HSL251.59º40.74%57.65%-
HSV(B)251.59º46.07%74.9%-
XYZ2217.4651.5-
YUV118.12169.13129.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.99%
GREEN value IS 103 (40.62% from 255) = 24.88%
BLUE value IS 191 (75% from 255) = 46.14%
R=28.99%
G=24.88%
B=46.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201031910.370.4600.25251.5940.7457.65
Hex7867BF252E019fc293a
Octal17014727745560313745172
Binary111100011001111011111110010110111001100111111100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7867BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7867BF; }

 p { color: rgb(120,103,191); }

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

<style>
 a { background-color: #7867BF; }

 a { background-color: rgb(120,103,191); }

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

<style>
 span { border-color: #7867BF; }

 span { border-color: rgb(120,103,191); }

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