#786FCE

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

Shades of Moody Blue #786FCE

Tints of Moody Blue #786FCE

Color information

#786FCE (or 0x786FCE) is unknown color: approx Moody Blue. HEX triplet: 78, 6F and CE. RGB value is (120,111,206). Sum of RGB (Red+Green+Blue) = 120+111+206=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #786FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786FCE is #879031. Grayscale: #7C7C7C. Windows color (decimal): -8884274 or 13528952. OLE color: 13528952.

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

Color convert

RGB120111206-
CMYK0.420.4600.19
HSL245.68º49.22%62.16%-
HSV(B)245.68º46.12%80.78%-
XYZ24.5719.8260.92-
YUV124.52173.98124.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.46%
GREEN value IS 111 (43.75% from 255) = 25.40%
BLUE value IS 206 (80.86% from 255) = 47.14%
R=27.46%
G=25.40%
B=47.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1201112060.420.4600.19245.6849.2262.16
Hex786FCE2A2E013f6313e
Octal17015731652560233666176
Binary111100011011111100111010101010111001001111110110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786FCE; }

 p { color: rgb(120,111,206); }

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

<style>
 a { background-color: #786FCE; }

 a { background-color: rgb(120,111,206); }

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

<style>
 span { border-color: #786FCE; }

 span { border-color: rgb(120,111,206); }

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