#7E7BBE

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

Shades of Moody Blue #7E7BBE

Tints of Moody Blue #7E7BBE

Color information

#7E7BBE (or 0x7E7BBE) is unknown color: approx Moody Blue. HEX triplet: 7E, 7B and BE. RGB value is (126,123,190). Sum of RGB (Red+Green+Blue) = 126+123+190=439 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.70% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E7BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7BBE is #818441. Grayscale: #838383. Windows color (decimal): -8488002 or 12483454. OLE color: 12483454.

HSL color Cylindrical-coordinate representation of color #7E7BBE: hue angle of 242.69º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7E7BBE is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB126123190-
CMYK0.340.3500.25
HSL242.69º34.01%61.37%-
HSV(B)242.69º35.26%74.51%-
XYZ24.9822.3251.71-
YUV131.54160.99124.05-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.70%
GREEN value IS 123 (48.44% from 255) = 28.02%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=28.70%
G=28.02%
B=43.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261231900.340.3500.25242.6934.0161.37
Hex7E7BBE2223019f3223d
Octal17617327642430313634275
Binary111111011110111011111010001010001101100111110011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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