#7869CF

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

Shades of Moody Blue #7869CF

Tints of Moody Blue #7869CF

Color information

#7869CF (or 0x7869CF) is unknown color: approx Moody Blue. HEX triplet: 78, 69 and CF. RGB value is (120,105,207). Sum of RGB (Red+Green+Blue) = 120+105+207=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #7869CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7869CF is #879630. Grayscale: #787878. Windows color (decimal): -8885809 or 13592952. OLE color: 13592952.

HSL color Cylindrical-coordinate representation of color #7869CF: hue angle of 248.82º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7869CF is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB120105207-
CMYK0.420.4900.19
HSL248.82º51.52%61.18%-
HSV(B)248.82º49.28%81.18%-
XYZ24.0618.661.35-
YUV121.11176.47127.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.78%
GREEN value IS 105 (41.41% from 255) = 24.31%
BLUE value IS 207 (81.25% from 255) = 47.92%
R=27.78%
G=24.31%
B=47.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1201052070.420.4900.19248.8251.5261.18
Hex7869CF2A31013f9343d
Octal17015131752610233716475
Binary111100011010011100111110101011000101001111111001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7869CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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