#787BDC

Color #787BDC Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #787BDC

Tints of Moody Blue #787BDC

Color information

#787BDC (or 0x787BDC) is unknown color: approx Moody Blue. HEX triplet: 78, 7B and DC. RGB value is (120,123,220). Sum of RGB (Red+Green+Blue) = 120+123+220=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #787BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787BDC is #878423. Grayscale: #848484. Windows color (decimal): -8881188 or 14449528. OLE color: 14449528.

HSL color Cylindrical-coordinate representation of color #787BDC: hue angle of 238.2º 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 #787BDC is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB120123220-
CMYK0.450.4400.14
HSL238.2º58.82%66.67%-
HSV(B)238.2º45.45%86.27%-
XYZ27.7523.3370.75-
YUV133.16177.01118.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.92%
GREEN value IS 123 (48.44% from 255) = 26.57%
BLUE value IS 220 (86.33% from 255) = 47.52%
R=25.92%
G=26.57%
B=47.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1201232200.450.4400.14238.258.8266.67
Hex787BDC2D2C0Eee3b43
Octal170173334555401635673103
Binary111100011110111101110010110110110001110111011101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #787BDC;
 }
 .AnyTagClassName
 {
   color: #787BDC;
 }
</style>
background-color css

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

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

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

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

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

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