Html Css Color HEX #787CC2 Moody Blue

📋 copy color: '#787CC2'

red 120 ◦ green 124 ◦ blue 194

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

Shades of Moody Blue #787CC2

Tints of Moody Blue #787CC2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.31%

 BLUE value IS 194 (76.17% from 255) = 44.29%

R = 27.4%
G = 28.31%
B = 44.29%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#787CC2 (or 0x787CC2) is known color: Moody Blue. HEX triplet: 78, 7C and C2. RGB value is (120,124,194). Sum of RGB (Red+Green+Blue) = 120+124+194=438 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.40% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 194 - color contains mainly: blue. Hex color #787CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787CC2 is #87833D. Grayscale: #828282. Windows color (decimal): -8880958 or 12745848. OLE color: 12745848.

HSL color Cylindrical-coordinate representation of color #787CC2: hue angle of 236.76º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #787CC2 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 120 124 194 -
CMYK 0.38 0.36 0 0.24
HSL 236.76º 0.38% 0.62% -
HSV(B) 236.76º 0.38% 0.76% -
XYZ 24.69 22.3 54.04 -
YUV 130.78 163.67 120.31 -
System Red Green Blue C M Y K H S L
Decimal 120 124 194 0.38 0.36 0 0.24 236.76 0.38 0.62
Hex 78 7C C2 26 24 0 18 ED 26 3E
Octal 170 174 302 46 44 0 30 355 46 76
Binary 1111000 1111100 11000010 100110 100100 0 11000 11101101 100110 111110

Color Harmonies of #787CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787CC2

Black with #787CC2

Text Example


Text Example

White with #787CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,124,194); }

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

background-color css

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

 a { background-color: rgb(120,124,194); }

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

border-color css

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

 span { border-color: rgb(120,124,194); }

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