Html Css Color HEX #787BD6 Moody Blue

📋 copy color: '#787BD6'

red 120 ◦ green 123 ◦ blue 214

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

Shades of Moody Blue #787BD6

Tints of Moody Blue #787BD6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.91%

 BLUE value IS 214 (83.98% from 255) = 46.83%

R = 26.26%
G = 26.91%
B = 46.83%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#787BD6 (or 0x787BD6) is known color: Moody Blue. HEX triplet: 78, 7B and D6. RGB value is (120,123,214). Sum of RGB (Red+Green+Blue) = 120+123+214=457 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.26% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 214 - color contains mainly: blue. Hex color #787BD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787BD6 is #878429. Grayscale: #848484. Windows color (decimal): -8881194 or 14056312. OLE color: 14056312.

HSL color Cylindrical-coordinate representation of color #787BD6: hue angle of 238.09º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #787BD6 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 120 123 214 -
CMYK 0.44 0.43 0 0.16
HSL 238.09º 0.53% 0.65% -
HSV(B) 238.09º 0.44% 0.84% -
XYZ 26.97 23.01 66.64 -
YUV 132.48 174.01 119.1 -
System Red Green Blue C M Y K H S L
Decimal 120 123 214 0.44 0.43 0 0.16 238.09 0.53 0.65
Hex 78 7B D6 2C 2B 0 10 EE 35 41
Octal 170 173 326 54 53 0 20 356 65 101
Binary 1111000 1111011 11010110 101100 101011 0 10000 11101110 110101 1000001

Color Harmonies of #787BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787BD6

Black with #787BD6

Text Example


Text Example

White with #787BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787BD6; }

 p { color: rgb(120,123,214); }

 H1.HeaderClassName
 {
   color: #787BD6;
 }
 .AnyTagClassName
 {
   color: #787BD6;
 }
</style>

background-color css

<style>
 a { background-color: #787BD6; }

 a { background-color: rgb(120,123,214); }

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

border-color css

<style>
 span { border-color: #787BD6; }

 span { border-color: rgb(120,123,214); }

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