Shades of Moody Blue #7B7BDB
Tints of Moody Blue #7B7BDB
RGB
CMYK
RGB Variations
Color information
#7B7BDB (or 0x7B7BDB) is known color: Moody Blue. HEX triplet: 7B, 7B and DB. RGB value is (123,123,219). Sum of RGB (Red+Green+Blue) = 123+123+219=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B7BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7BDB is #848424. Grayscale: #858585. Windows color (decimal): -8684581 or 14383995. OLE color: 14383995.
HSL color Cylindrical-coordinate representation of color #7B7BDB: hue angle of 240º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B7BDB is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 123 | 123 | 219 | - |
CMYK | 0.44 | 0.44 | 0 | 0.14 |
HSL | 240º | 0.57% | 0.67% | - |
HSV(B) | 240º | 0.44% | 0.86% | - |
XYZ | 28.04 | 23.49 | 70.07 | - |
YUV | 133.94 | 176 | 120.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 123 | 219 | 0.44 | 0.44 | 0 | 0.14 | 240 | 0.57 | 0.67 |
Hex | 7B | 7B | DB | 2C | 2C | 0 | E | F0 | 39 | 43 |
Octal | 173 | 173 | 333 | 54 | 54 | 0 | 16 | 360 | 71 | 103 |
Binary | 1111011 | 1111011 | 11011011 | 101100 | 101100 | 0 | 1110 | 11110000 | 111001 | 1000011 |
Color Harmonies of #7B7BDB
Complementary color
Monochromatic Colors of #7B7BDB
Black with #7B7BDB
Text Example
Text Example
White with #7B7BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7BDB; }
p { color: rgb(123,123,219); }
H1.HeaderClassName
{
color: #7B7BDB;
}
.AnyTagClassName
{
color: #7B7BDB;
}
</style>
background-color css
<style>
a { background-color: #7B7BDB; }
a { background-color: rgb(123,123,219); }
div.DivClassName
{
background-color: #7B7BDB;
}
.BgClassName
{
background-color: #7B7BDB;
}
</style>
border-color css
<style>
span { border-color: #7B7BDB; }
span { border-color: rgb(123,123,219); }
td.TdClassName
{
border-color: #7B7BDB;
}
.TagClassName
{
border-color: #7B7BDB;
}
</style>