#7E7BD5

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

Shades of Moody Blue #7E7BD5

Tints of Moody Blue #7E7BD5

Color information

#7E7BD5 (or 0x7E7BD5) is unknown color: approx Moody Blue. HEX triplet: 7E, 7B and D5. RGB value is (126,123,213). Sum of RGB (Red+Green+Blue) = 126+123+213=462 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.27% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #7E7BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7BD5 is #81842A. Grayscale: #858585. Windows color (decimal): -8487979 or 13990782. OLE color: 13990782.

HSL color Cylindrical-coordinate representation of color #7E7BD5: hue angle of 242º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E7BD5 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB126123213-
CMYK0.410.4200.16
HSL242º51.72%65.88%-
HSV(B)242º42.25%83.53%-
XYZ27.723.4166.01-
YUV134.16172.49122.18-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.27%
GREEN value IS 123 (48.44% from 255) = 26.62%
BLUE value IS 213 (83.59% from 255) = 46.10%
R=27.27%
G=26.62%
B=46.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1261232130.410.4200.1624251.7265.88
Hex7E7BD5292A010f23442
Octal176173325515202036264102
Binary1111110111101111010101101001101010010000111100101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,123,213); }

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

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

 a { background-color: rgb(126,123,213); }

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

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

 span { border-color: rgb(126,123,213); }

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