Html Css Color HEX #786FC0 Moody Blue

📋 copy color: '#786FC0'

red 120 ◦ green 111 ◦ blue 192

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

Shades of Moody Blue #786FC0

Tints of Moody Blue #786FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.39%

R = 28.37%
G = 26.24%
B = 45.39%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#786FC0 (or 0x786FC0) is known color: Moody Blue. HEX triplet: 78, 6F and C0. RGB value is (120,111,192). Sum of RGB (Red+Green+Blue) = 120+111+192=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #786FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786FC0 is #87903F. Grayscale: #7A7A7A. Windows color (decimal): -8884288 or 12611448. OLE color: 12611448.

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

Color convert

RGB 120 111 192 -
CMYK 0.38 0.42 0 0.25
HSL 246.67º 0.39% 0.59% -
HSV(B) 246.67º 0.42% 0.75% -
XYZ 22.94 19.17 52.36 -
YUV 122.93 166.98 125.91 -
System Red Green Blue C M Y K H S L
Decimal 120 111 192 0.38 0.42 0 0.25 246.67 0.39 0.59
Hex 78 6F C0 26 2A 0 19 F7 27 3B
Octal 170 157 300 46 52 0 31 367 47 73
Binary 1111000 1101111 11000000 100110 101010 0 11001 11110111 100111 111011

Color Harmonies of #786FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786FC0

Black with #786FC0

Text Example


Text Example

White with #786FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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