Html Css Color HEX #786FC8 Moody Blue

📋 copy color: '#786FC8'

red 120 ◦ green 111 ◦ blue 200

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

Shades of Moody Blue #786FC8

Tints of Moody Blue #786FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 46.4%

R = 27.84%
G = 25.75%
B = 46.4%

CMYK

 C value IS 0.4

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#786FC8 (or 0x786FC8) is known color: Moody Blue. HEX triplet: 78, 6F and C8. RGB value is (120,111,200). Sum of RGB (Red+Green+Blue) = 120+111+200=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 200 (78.52% from 255 or 46.40% from 431); Max value from RGB is 200 - color contains mainly: blue. Hex color #786FC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786FC8 is #879037. Grayscale: #7B7B7B. Windows color (decimal): -8884280 or 13135736. OLE color: 13135736.

HSL color Cylindrical-coordinate representation of color #786FC8: hue angle of 246.07º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #786FC8 is Cyan = 0.4, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 120 111 200 -
CMYK 0.4 0.44 0 0.22
HSL 246.07º 0.45% 0.61% -
HSV(B) 246.07º 0.45% 0.78% -
XYZ 23.86 19.53 57.16 -
YUV 123.84 170.98 125.26 -
System Red Green Blue C M Y K H S L
Decimal 120 111 200 0.4 0.44 0 0.22 246.07 0.45 0.61
Hex 78 6F C8 28 2C 0 16 F6 2D 3D
Octal 170 157 310 50 54 0 26 366 55 75
Binary 1111000 1101111 11001000 101000 101100 0 10110 11110110 101101 111101

Color Harmonies of #786FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786FC8

Black with #786FC8

Text Example


Text Example

White with #786FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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