#7B7EBE

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

Shades of Moody Blue #7B7EBE

Tints of Moody Blue #7B7EBE

Color information

#7B7EBE (or 0x7B7EBE) is unknown color: approx Moody Blue. HEX triplet: 7B, 7E and BE. RGB value is (123,126,190). Sum of RGB (Red+Green+Blue) = 123+126+190=439 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.02% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B7EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7EBE is #848141. Grayscale: #848484. Windows color (decimal): -8683842 or 12484219. OLE color: 12484219.

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

Color convert

RGB123126190-
CMYK0.350.3400.25
HSL237.31º34.01%61.37%-
HSV(B)237.31º35.26%74.51%-
XYZ24.9222.8551.81-
YUV132.4160.51121.3-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.02%
GREEN value IS 126 (49.61% from 255) = 28.70%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=28.02%
G=28.70%
B=43.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231261900.350.3400.25237.3134.0161.37
Hex7B7EBE2322019ed223d
Octal17317627643420313554275
Binary111101111111101011111010001110001001100111101101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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