#7B7BBA

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

Shades of Moody Blue #7B7BBA

Tints of Moody Blue #7B7BBA

Color information

#7B7BBA (or 0x7B7BBA) is unknown color: approx Moody Blue. HEX triplet: 7B, 7B and BA. RGB value is (123,123,186). Sum of RGB (Red+Green+Blue) = 123+123+186=432 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.47% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B7BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7BBA is #848445. Grayscale: #818181. Windows color (decimal): -8684614 or 12221307. OLE color: 12221307.

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

Color convert

RGB123123186-
CMYK0.340.3400.27
HSL240º31.34%60.59%-
HSV(B)240º33.87%72.94%-
XYZ24.1121.9249.41-
YUV130.18159.5122.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.47%
GREEN value IS 123 (48.44% from 255) = 28.47%
BLUE value IS 186 (73.05% from 255) = 43.06%
R=28.47%
G=28.47%
B=43.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231231860.340.3400.2724031.3460.59
Hex7B7BBA222201Bf01f3d
Octal17317327242420333603775
Binary11110111111011101110101000101000100110111111000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,123,186); }

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

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

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

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

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

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

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