#7E70BF

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

Shades of Moody Blue #7E70BF

Tints of Moody Blue #7E70BF

Color information

#7E70BF (or 0x7E70BF) is unknown color: approx Moody Blue. HEX triplet: 7E, 70 and BF. RGB value is (126,112,191). Sum of RGB (Red+Green+Blue) = 126+112+191=429 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.37% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E70BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E70BF is #818F40. Grayscale: #7C7C7C. Windows color (decimal): -8490817 or 12546174. OLE color: 12546174.

HSL color Cylindrical-coordinate representation of color #7E70BF: hue angle of 250.63º 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 #7E70BF is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB126112191-
CMYK0.340.4100.25
HSL250.63º38.16%59.41%-
HSV(B)250.63º41.36%74.9%-
XYZ23.819.7951.85-
YUV125.19165.14128.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.37%
GREEN value IS 112 (44.14% from 255) = 26.11%
BLUE value IS 191 (75% from 255) = 44.52%
R=29.37%
G=26.11%
B=44.52%

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
Decimal1261121910.340.4100.25250.6338.1659.41
Hex7E70BF2229019fb263b
Octal17616027742510313734673
Binary111111011100001011111110001010100101100111111011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E70BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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