Html Css Color HEX #786BBE Moody Blue

📋 copy color: '#786BBE'

red 120 ◦ green 107 ◦ blue 190

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

Shades of Moody Blue #786BBE

Tints of Moody Blue #786BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 28.78%
G = 25.66%
B = 45.56%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#786BBE (or 0x786BBE) is known color: Moody Blue. HEX triplet: 78, 6B and BE. RGB value is (120,107,190). Sum of RGB (Red+Green+Blue) = 120+107+190=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #786BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786BBE is #879441. Grayscale: #787878. Windows color (decimal): -8885314 or 12479352. OLE color: 12479352.

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

Color convert

RGB 120 107 190 -
CMYK 0.37 0.44 0 0.25
HSL 249.4º 0.39% 0.58% -
HSV(B) 249.4º 0.44% 0.75% -
XYZ 22.3 18.23 51.06 -
YUV 120.35 167.31 127.75 -
System Red Green Blue C M Y K H S L
Decimal 120 107 190 0.37 0.44 0 0.25 249.4 0.39 0.58
Hex 78 6B BE 25 2C 0 19 F9 27 3A
Octal 170 153 276 45 54 0 31 371 47 72
Binary 1111000 1101011 10111110 100101 101100 0 11001 11111001 100111 111010

Color Harmonies of #786BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786BBE

Black with #786BBE

Text Example


Text Example

White with #786BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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