#786BBC

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

Shades of Moody Blue #786BBC

Tints of Moody Blue #786BBC

Color information

#786BBC (or 0x786BBC) is unknown color: approx Moody Blue. HEX triplet: 78, 6B and BC. RGB value is (120,107,188). Sum of RGB (Red+Green+Blue) = 120+107+188=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #786BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786BBC is #879443. Grayscale: #777777. Windows color (decimal): -8885316 or 12348280. OLE color: 12348280.

HSL color Cylindrical-coordinate representation of color #786BBC: hue angle of 249.63º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #786BBC is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB120107188-
CMYK0.360.4300.26
HSL249.63º37.67%57.84%-
HSV(B)249.63º43.09%73.73%-
XYZ22.0818.1449.91-
YUV120.12166.31127.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.92%
GREEN value IS 107 (42.19% from 255) = 25.78%
BLUE value IS 188 (73.83% from 255) = 45.30%
R=28.92%
G=25.78%
B=45.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1201071880.360.4300.26249.6337.6757.84
Hex786BBC242B01Afa263a
Octal17015327444530323724672
Binary111100011010111011110010010010101101101011111010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,107,188); }

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

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

 a { background-color: rgb(120,107,188); }

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

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

 span { border-color: rgb(120,107,188); }

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