#7E75BD

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

Shades of Moody Blue #7E75BD

Tints of Moody Blue #7E75BD

Color information

#7E75BD (or 0x7E75BD) is unknown color: approx Moody Blue. HEX triplet: 7E, 75 and BD. RGB value is (126,117,189). Sum of RGB (Red+Green+Blue) = 126+117+189=432 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.17% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E75BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E75BD is #818A42. Grayscale: #7F7F7F. Windows color (decimal): -8489539 or 12416382. OLE color: 12416382.

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

Color convert

RGB126117189-
CMYK0.330.3800.26
HSL247.5º35.29%60%-
HSV(B)247.5º38.1%74.12%-
XYZ24.1520.8350.89-
YUV127.9162.48126.65-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.17%
GREEN value IS 117 (46.09% from 255) = 27.08%
BLUE value IS 189 (74.22% from 255) = 43.75%
R=29.17%
G=27.08%
B=43.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261171890.330.3800.26247.535.2960
Hex7E75BD212601Af8233c
Octal17616527541460323704374
Binary111111011101011011110110000110011001101011111000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E75BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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