#7E75B6

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

Shades of Moody Blue #7E75B6

Tints of Moody Blue #7E75B6

Color information

#7E75B6 (or 0x7E75B6) is unknown color: approx Moody Blue. HEX triplet: 7E, 75 and B6. RGB value is (126,117,182). Sum of RGB (Red+Green+Blue) = 126+117+182=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 182 - color contains mainly: blue. Hex color #7E75B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E75B6 is #818A49. Grayscale: #7E7E7E. Windows color (decimal): -8489546 or 11957630. OLE color: 11957630.

HSL color Cylindrical-coordinate representation of color #7E75B6: hue angle of 248.31º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E75B6 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB126117182-
CMYK0.310.3600.29
HSL248.31º30.81%58.63%-
HSV(B)248.31º35.71%71.37%-
XYZ23.4120.5446.99-
YUV127.1158.98127.21-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.65%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 182 (71.48% from 255) = 42.82%
R=29.65%
G=27.53%
B=42.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261171820.310.3600.29248.3130.8158.63
Hex7E75B61F2401Df81f3b
Octal17616526637440353703773
Binary1111110111010110110110111111001000111011111100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E75B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,117,182); }

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

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

 a { background-color: rgb(126,117,182); }

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

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

 span { border-color: rgb(126,117,182); }

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