#7E69BF

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

Shades of Moody Blue #7E69BF

Tints of Moody Blue #7E69BF

Color information

#7E69BF (or 0x7E69BF) is unknown color: approx Moody Blue. HEX triplet: 7E, 69 and BF. RGB value is (126,105,191). Sum of RGB (Red+Green+Blue) = 126+105+191=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E69BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E69BF is #819640. Grayscale: #787878. Windows color (decimal): -8492609 or 12544382. OLE color: 12544382.

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

Color convert

RGB126105191-
CMYK0.340.4500.25
HSL254.65º40.19%58.04%-
HSV(B)254.65º45.03%74.9%-
XYZ23.0618.351.61-
YUV121.08167.46131.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.86%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 191 (75% from 255) = 45.26%
R=29.86%
G=24.88%
B=45.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261051910.340.4500.25254.6540.1958.04
Hex7E69BF222D019ff283a
Octal17615127742550313775072
Binary111111011010011011111110001010110101100111111111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E69BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,105,191); }

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

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

 a { background-color: rgb(126,105,191); }

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

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

 span { border-color: rgb(126,105,191); }

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