Html Css Color HEX #786FBC Moody Blue

📋 copy color: '#786FBC'

red 120 ◦ green 111 ◦ blue 188

#786FBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #786FBC

Tints of Moody Blue #786FBC

RGB

 RED value IS 120 (47.27% from 255) = 28.64%

 GREEN value IS 111 (43.75% from 255) = 26.49%

 BLUE value IS 188 (73.83% from 255) = 44.87%

R = 28.64%
G = 26.49%
B = 44.87%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#786FBC (or 0x786FBC) is known color: Moody Blue. HEX triplet: 78, 6F and BC. RGB value is (120,111,188). Sum of RGB (Red+Green+Blue) = 120+111+188=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #786FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786FBC is #879043. Grayscale: #7A7A7A. Windows color (decimal): -8884292 or 12349304. OLE color: 12349304.

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

Color convert

RGB 120 111 188 -
CMYK 0.36 0.41 0 0.26
HSL 247.01º 0.36% 0.59% -
HSV(B) 247.01º 0.41% 0.74% -
XYZ 22.51 18.99 50.06 -
YUV 122.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 120 111 188 0.36 0.41 0 0.26 247.01 0.36 0.59
Hex 78 6F BC 24 29 0 1A F7 24 3B
Octal 170 157 274 44 51 0 32 367 44 73
Binary 1111000 1101111 10111100 100100 101001 0 11010 11110111 100100 111011

Color Harmonies of #786FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786FBC

Black with #786FBC

Text Example


Text Example

White with #786FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #786FBC;
 }
 .AnyTagClassName
 {
   color: #786FBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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