Html Css Color HEX #786BBD Moody Blue

📋 copy color: '#786BBD'

red 120 ◦ green 107 ◦ blue 189

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

Shades of Moody Blue #786BBD

Tints of Moody Blue #786BBD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.72%

 BLUE value IS 189 (74.22% from 255) = 45.43%

R = 28.85%
G = 25.72%
B = 45.43%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#786BBD (or 0x786BBD) is known color: Moody Blue. HEX triplet: 78, 6B and BD. RGB value is (120,107,189). Sum of RGB (Red+Green+Blue) = 120+107+189=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #786BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786BBD is #879442. Grayscale: #777777. Windows color (decimal): -8885315 or 12413816. OLE color: 12413816.

HSL color Cylindrical-coordinate representation of color #786BBD: hue angle of 249.51º 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 #786BBD is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 107 189 -
CMYK 0.37 0.43 0 0.26
HSL 249.51º 0.38% 0.58% -
HSV(B) 249.51º 0.43% 0.74% -
XYZ 22.19 18.18 50.48 -
YUV 120.24 166.81 127.83 -
System Red Green Blue C M Y K H S L
Decimal 120 107 189 0.37 0.43 0 0.26 249.51 0.38 0.58
Hex 78 6B BD 25 2B 0 1A FA 26 3A
Octal 170 153 275 45 53 0 32 372 46 72
Binary 1111000 1101011 10111101 100101 101011 0 11010 11111010 100110 111010

Color Harmonies of #786BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786BBD

Black with #786BBD

Text Example


Text Example

White with #786BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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