#7B7DD9

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

Shades of Moody Blue #7B7DD9

Tints of Moody Blue #7B7DD9

Color information

#7B7DD9 (or 0x7B7DD9) is unknown color: approx Moody Blue. HEX triplet: 7B, 7D and D9. RGB value is (123,125,217). Sum of RGB (Red+Green+Blue) = 123+125+217=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 217 - color contains mainly: blue. Hex color #7B7DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7DD9 is #848226. Grayscale: #868686. Windows color (decimal): -8684071 or 14253435. OLE color: 14253435.

HSL color Cylindrical-coordinate representation of color #7B7DD9: hue angle of 238.72º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B7DD9 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB123125217-
CMYK0.430.4200.15
HSL238.72º55.29%66.67%-
HSV(B)238.72º43.32%85.1%-
XYZ28.0323.8968.78-
YUV134.89174.34119.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.45%
GREEN value IS 125 (49.22% from 255) = 26.88%
BLUE value IS 217 (85.16% from 255) = 46.67%
R=26.45%
G=26.88%
B=46.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1231252170.430.4200.15238.7255.2966.67
Hex7B7DD92B2A0Fef3743
Octal173175331535201735767103
Binary111101111111011101100110101110101001111111011111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B7DD9; }

 p { color: rgb(123,125,217); }

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

<style>
 a { background-color: #7B7DD9; }

 a { background-color: rgb(123,125,217); }

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

<style>
 span { border-color: #7B7DD9; }

 span { border-color: rgb(123,125,217); }

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