Html Css Color HEX #786FCD Moody Blue

📋 copy color: '#786FCD'

red 120 ◦ green 111 ◦ blue 205

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

Shades of Moody Blue #786FCD

Tints of Moody Blue #786FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 27.52%
G = 25.46%
B = 47.02%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#786FCD (or 0x786FCD) is known color: Moody Blue. HEX triplet: 78, 6F and CD. RGB value is (120,111,205). Sum of RGB (Red+Green+Blue) = 120+111+205=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #786FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786FCD is #879032. Grayscale: #7C7C7C. Windows color (decimal): -8884275 or 13463416. OLE color: 13463416.

HSL color Cylindrical-coordinate representation of color #786FCD: hue angle of 245.74º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #786FCD is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 111 205 -
CMYK 0.41 0.46 0 0.20
HSL 245.74º 0.48% 0.62% -
HSV(B) 245.74º 0.46% 0.8% -
XYZ 24.45 19.77 60.28 -
YUV 124.41 173.48 124.86 -
System Red Green Blue C M Y K H S L
Decimal 120 111 205 0.41 0.46 0 0.20 245.74 0.48 0.62
Hex 78 6F CD 29 2E 0 14 F6 30 3E
Octal 170 157 315 51 56 0 24 366 60 76
Binary 1111000 1101111 11001101 101001 101110 0 10100 11110110 110000 111110

Color Harmonies of #786FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786FCD

Black with #786FCD

Text Example


Text Example

White with #786FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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