#7E70BE

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

Shades of Moody Blue #7E70BE

Tints of Moody Blue #7E70BE

Color information

#7E70BE (or 0x7E70BE) is unknown color: approx Moody Blue. HEX triplet: 7E, 70 and BE. RGB value is (126,112,190). Sum of RGB (Red+Green+Blue) = 126+112+190=428 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.44% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E70BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E70BE is #818F41. Grayscale: #7C7C7C. Windows color (decimal): -8490818 or 12480638. OLE color: 12480638.

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

Color convert

RGB126112190-
CMYK0.340.4100.25
HSL250.77º37.5%59.22%-
HSV(B)250.77º41.05%74.51%-
XYZ23.6919.7451.28-
YUV125.08164.64128.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.44%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 190 (74.61% from 255) = 44.39%
R=29.44%
G=26.17%
B=44.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261121900.340.4100.25250.7737.559.22
Hex7E70BE2229019fb263b
Octal17616027642510313734673
Binary111111011100001011111010001010100101100111111011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E70BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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