#7E7CBC

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

Shades of Moody Blue #7E7CBC

Tints of Moody Blue #7E7CBC

Color information

#7E7CBC (or 0x7E7CBC) is unknown color: approx Moody Blue. HEX triplet: 7E, 7C and BC. RGB value is (126,124,188). Sum of RGB (Red+Green+Blue) = 126+124+188=438 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.77% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E7CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7CBC is #818343. Grayscale: #838383. Windows color (decimal): -8487748 or 12352638. OLE color: 12352638.

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

Color convert

RGB126124188-
CMYK0.330.3400.26
HSL241.88º32.32%61.18%-
HSV(B)241.88º34.04%73.73%-
XYZ24.8922.4850.6-
YUV131.89159.66123.8-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.77%
GREEN value IS 124 (48.83% from 255) = 28.31%
BLUE value IS 188 (73.83% from 255) = 42.92%
R=28.77%
G=28.31%
B=42.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261241880.330.3400.26241.8832.3261.18
Hex7E7CBC212201Af2203d
Octal17617427441420323624075
Binary111111011111001011110010000110001001101011110010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,124,188); }

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

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

 a { background-color: rgb(126,124,188); }

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

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

 span { border-color: rgb(126,124,188); }

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