#787DCB

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

Shades of Moody Blue #787DCB

Tints of Moody Blue #787DCB

Color information

#787DCB (or 0x787DCB) is unknown color: approx Moody Blue. HEX triplet: 78, 7D and CB. RGB value is (120,125,203). Sum of RGB (Red+Green+Blue) = 120+125+203=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #787DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787DCB is #878234. Grayscale: #848484. Windows color (decimal): -8880693 or 13335928. OLE color: 13335928.

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

Color convert

RGB120125203-
CMYK0.410.3800.20
HSL236.39º44.39%63.33%-
HSV(B)236.39º40.89%79.61%-
XYZ25.8622.9759.57-
YUV132.4167.84119.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.79%
GREEN value IS 125 (49.22% from 255) = 27.90%
BLUE value IS 203 (79.69% from 255) = 45.31%
R=26.79%
G=27.90%
B=45.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201252030.410.3800.20236.3944.3963.33
Hex787DCB2926014ec2c3f
Octal17017531351460243545477
Binary111100011111011100101110100110011001010011101100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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