#7E7BBB

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

Shades of Moody Blue #7E7BBB

Tints of Moody Blue #7E7BBB

Color information

#7E7BBB (or 0x7E7BBB) is unknown color: approx Moody Blue. HEX triplet: 7E, 7B and BB. RGB value is (126,123,187). Sum of RGB (Red+Green+Blue) = 126+123+187=436 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.90% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E7BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7BBB is #818444. Grayscale: #828282. Windows color (decimal): -8488005 or 12286846. OLE color: 12286846.

HSL color Cylindrical-coordinate representation of color #7E7BBB: hue angle of 242.81º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E7BBB is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB126123187-
CMYK0.330.3400.27
HSL242.81º32%60.78%-
HSV(B)242.81º34.22%73.33%-
XYZ24.6622.1950-
YUV131.19159.49124.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.90%
GREEN value IS 123 (48.44% from 255) = 28.21%
BLUE value IS 187 (73.44% from 255) = 42.89%
R=28.90%
G=28.21%
B=42.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261231870.330.3400.27242.813260.78
Hex7E7BBB212201Bf3203d
Octal17617327341420333634075
Binary111111011110111011101110000110001001101111110011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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