Shades of Wild Blue Yonder #7B7DBA
Tints of Wild Blue Yonder #7B7DBA
RGB
CMYK
RGB Variations
Color information
#7B7DBA (or 0x7B7DBA) is known color: Wild Blue Yonder. HEX triplet: 7B, 7D and BA. RGB value is (123,125,186). Sum of RGB (Red+Green+Blue) = 123+125+186=434 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.34% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B7DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7DBA is #848245. Grayscale: #838383. Windows color (decimal): -8684102 or 12221819. OLE color: 12221819.
HSL color Cylindrical-coordinate representation of color #7B7DBA: hue angle of 238.1º 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 #7B7DBA is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 125 | 186 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.27 |
| HSL | 238.1º | 0.31% | 0.61% | - |
| HSV(B) | 238.1º | 0.34% | 0.73% | - |
| XYZ | 24.36 | 22.42 | 49.5 | - |
| YUV | 131.36 | 158.84 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 125 | 186 | 0.34 | 0.33 | 0 | 0.27 | 238.1 | 0.31 | 0.61 |
| Hex | 7B | 7D | BA | 22 | 21 | 0 | 1B | EE | 1F | 3D |
| Octal | 173 | 175 | 272 | 42 | 41 | 0 | 33 | 356 | 37 | 75 |
| Binary | 1111011 | 1111101 | 10111010 | 100010 | 100001 | 0 | 11011 | 11101110 | 11111 | 111101 |
Color Harmonies of #7B7DBA
Complementary color
Monochromatic Colors of #7B7DBA
Black with #7B7DBA
Text Example
Text Example
White with #7B7DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7DBA; }
p { color: rgb(123,125,186); }
H1.HeaderClassName
{
color: #7B7DBA;
}
.AnyTagClassName
{
color: #7B7DBA;
}
</style>
background-color css
<style>
a { background-color: #7B7DBA; }
a { background-color: rgb(123,125,186); }
div.DivClassName
{
background-color: #7B7DBA;
}
.BgClassName
{
background-color: #7B7DBA;
}
</style>
border-color css
<style>
span { border-color: #7B7DBA; }
span { border-color: rgb(123,125,186); }
td.TdClassName
{
border-color: #7B7DBA;
}
.TagClassName
{
border-color: #7B7DBA;
}
</style>