#7867C4

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

Shades of Moody Blue #7867C4

Tints of Moody Blue #7867C4

Color information

#7867C4 (or 0x7867C4) is unknown color: approx Moody Blue. HEX triplet: 78, 67 and C4. RGB value is (120,103,196). Sum of RGB (Red+Green+Blue) = 120+103+196=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 196 (76.95% from 255 or 46.78% from 419); Max value from RGB is 196 - color contains mainly: blue. Hex color #7867C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7867C4 is #87983B. Grayscale: #767676. Windows color (decimal): -8886332 or 12871544. OLE color: 12871544.

HSL color Cylindrical-coordinate representation of color #7867C4: hue angle of 250.97º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7867C4 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB120103196-
CMYK0.390.4700.23
HSL250.97º44.08%58.63%-
HSV(B)250.97º47.45%76.86%-
XYZ22.5617.6854.45-
YUV118.68171.63128.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.64%
GREEN value IS 103 (40.62% from 255) = 24.58%
BLUE value IS 196 (76.95% from 255) = 46.78%
R=28.64%
G=24.58%
B=46.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1201031960.390.4700.23250.9744.0858.63
Hex7867C4272F017fb2c3b
Octal17014730447570273735473
Binary111100011001111100010010011110111101011111111011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7867C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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