Html Css Color HEX #786EBD Moody Blue

📋 copy color: '#786EBD'

red 120 ◦ green 110 ◦ blue 189

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

Shades of Moody Blue #786EBD

Tints of Moody Blue #786EBD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.25%

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

R = 28.64%
G = 26.25%
B = 45.11%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#786EBD (or 0x786EBD) is known color: Moody Blue. HEX triplet: 78, 6E and BD. RGB value is (120,110,189). Sum of RGB (Red+Green+Blue) = 120+110+189=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #786EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786EBD is #879142. Grayscale: #797979. Windows color (decimal): -8884547 or 12414584. OLE color: 12414584.

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

Color convert

RGB 120 110 189 -
CMYK 0.37 0.42 0 0.26
HSL 247.59º 0.37% 0.59% -
HSV(B) 247.59º 0.42% 0.74% -
XYZ 22.51 18.82 50.59 -
YUV 122 165.81 126.58 -
System Red Green Blue C M Y K H S L
Decimal 120 110 189 0.37 0.42 0 0.26 247.59 0.37 0.59
Hex 78 6E BD 25 2A 0 1A F8 25 3B
Octal 170 156 275 45 52 0 32 370 45 73
Binary 1111000 1101110 10111101 100101 101010 0 11010 11111000 100101 111011

Color Harmonies of #786EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786EBD

Black with #786EBD

Text Example


Text Example

White with #786EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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