Html Css Color HEX #787FDC Moody Blue

📋 copy color: '#787FDC'

red 120 ◦ green 127 ◦ blue 220

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

Shades of Moody Blue #787FDC

Tints of Moody Blue #787FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 27.19%

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 25.7%
G = 27.19%
B = 47.11%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#787FDC (or 0x787FDC) is known color: Moody Blue. HEX triplet: 78, 7F and DC. RGB value is (120,127,220). Sum of RGB (Red+Green+Blue) = 120+127+220=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #787FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787FDC is #878023. Grayscale: #878787. Windows color (decimal): -8880164 or 14450552. OLE color: 14450552.

HSL color Cylindrical-coordinate representation of color #787FDC: hue angle of 235.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #787FDC is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 127 220 -
CMYK 0.45 0.42 0 0.14
HSL 235.8º 0.59% 0.67% -
HSV(B) 235.8º 0.45% 0.86% -
XYZ 28.25 24.34 70.92 -
YUV 135.51 175.68 116.94 -
System Red Green Blue C M Y K H S L
Decimal 120 127 220 0.45 0.42 0 0.14 235.8 0.59 0.67
Hex 78 7F DC 2D 2A 0 E EC 3B 43
Octal 170 177 334 55 52 0 16 354 73 103
Binary 1111000 1111111 11011100 101101 101010 0 1110 11101100 111011 1000011

Color Harmonies of #787FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787FDC

Black with #787FDC

Text Example


Text Example

White with #787FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,127,220); }

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

background-color css

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

 a { background-color: rgb(120,127,220); }

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

border-color css

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

 span { border-color: rgb(120,127,220); }

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