#787BCB

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

Shades of Moody Blue #787BCB

Tints of Moody Blue #787BCB

Color information

#787BCB (or 0x787BCB) is unknown color: approx Moody Blue. HEX triplet: 78, 7B and CB. RGB value is (120,123,203). Sum of RGB (Red+Green+Blue) = 120+123+203=446 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.91% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #787BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787BCB is #878434. Grayscale: #828282. Windows color (decimal): -8881205 or 13335416. OLE color: 13335416.

HSL color Cylindrical-coordinate representation of color #787BCB: hue angle of 237.83º 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 #787BCB is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB120123203-
CMYK0.410.3900.20
HSL237.83º44.39%63.33%-
HSV(B)237.83º40.89%79.61%-
XYZ25.6122.4759.49-
YUV131.22168.51120-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.91%
GREEN value IS 123 (48.44% from 255) = 27.58%
BLUE value IS 203 (79.69% from 255) = 45.52%
R=26.91%
G=27.58%
B=45.52%

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
Decimal1201232030.410.3900.20237.8344.3963.33
Hex787BCB2927014ee2c3f
Octal17017331351470243565477
Binary111100011110111100101110100110011101010011101110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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