#7B7CBE

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

Shades of Moody Blue #7B7CBE

Tints of Moody Blue #7B7CBE

Color information

#7B7CBE (or 0x7B7CBE) is unknown color: approx Moody Blue. HEX triplet: 7B, 7C and BE. RGB value is (123,124,190). Sum of RGB (Red+Green+Blue) = 123+124+190=437 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.15% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B7CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7CBE is #848341. Grayscale: #828282. Windows color (decimal): -8684354 or 12483707. OLE color: 12483707.

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

Color convert

RGB123124190-
CMYK0.350.3500.25
HSL239.1º34.01%61.37%-
HSV(B)239.1º35.26%74.51%-
XYZ24.6722.3451.73-
YUV131.22161.17122.13-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.15%
GREEN value IS 124 (48.83% from 255) = 28.38%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=28.15%
G=28.38%
B=43.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231241900.350.3500.25239.134.0161.37
Hex7B7CBE2323019ef223d
Octal17317427643430313574275
Binary111101111111001011111010001110001101100111101111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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