#786ABE

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

Shades of Moody Blue #786ABE

Tints of Moody Blue #786ABE

Color information

#786ABE (or 0x786ABE) is unknown color: approx Moody Blue. HEX triplet: 78, 6A and BE. RGB value is (120,106,190). Sum of RGB (Red+Green+Blue) = 120+106+190=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #786ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786ABE is #879541. Grayscale: #777777. Windows color (decimal): -8885570 or 12479096. OLE color: 12479096.

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

Color convert

RGB120106190-
CMYK0.370.4400.25
HSL250º39.25%58.04%-
HSV(B)250º44.21%74.51%-
XYZ22.1918.0251.02-
YUV119.76167.64128.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.85%
GREEN value IS 106 (41.80% from 255) = 25.48%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=28.85%
G=25.48%
B=45.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201061900.370.4400.2525039.2558.04
Hex786ABE252C019fa273a
Octal17015227645540313724772
Binary111100011010101011111010010110110001100111111010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,106,190); }

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

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

 a { background-color: rgb(120,106,190); }

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

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

 span { border-color: rgb(120,106,190); }

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