#787DCD

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

Shades of Moody Blue #787DCD

Tints of Moody Blue #787DCD

Color information

#787DCD (or 0x787DCD) is unknown color: approx Moody Blue. HEX triplet: 78, 7D and CD. RGB value is (120,125,205). Sum of RGB (Red+Green+Blue) = 120+125+205=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #787DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787DCD is #878232. Grayscale: #848484. Windows color (decimal): -8880691 or 13467000. OLE color: 13467000.

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

Color convert

RGB120125205-
CMYK0.410.3900.20
HSL236.47º45.95%63.73%-
HSV(B)236.47º41.46%80.39%-
XYZ26.123.0760.83-
YUV132.62168.84119-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.67%
GREEN value IS 125 (49.22% from 255) = 27.78%
BLUE value IS 205 (80.47% from 255) = 45.56%
R=26.67%
G=27.78%
B=45.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201252050.410.3900.20236.4745.9563.73
Hex787DCD2927014ec2e40
Octal170175315514702435456100
Binary1111000111110111001101101001100111010100111011001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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