Shades of Wild Blue Yonder #7B8FBF
Tints of Wild Blue Yonder #7B8FBF
RGB
CMYK
RGB Variations
Color information
#7B8FBF (or 0x7B8FBF) is known color: Wild Blue Yonder. HEX triplet: 7B, 8F and BF. RGB value is (123,143,191). Sum of RGB (Red+Green+Blue) = 123+143+191=457 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.91% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B8FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8FBF is #847040. Grayscale: #8E8E8E. Windows color (decimal): -8679489 or 12554107. OLE color: 12554107.
HSL color Cylindrical-coordinate representation of color #7B8FBF: hue angle of 222.35º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B8FBF is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 143 | 191 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.25 |
| HSL | 222.35º | 0.35% | 0.62% | - |
| HSV(B) | 222.35º | 0.36% | 0.75% | - |
| XYZ | 27.39 | 27.62 | 53.18 | - |
| YUV | 142.49 | 155.37 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 143 | 191 | 0.36 | 0.25 | 0 | 0.25 | 222.35 | 0.35 | 0.62 |
| Hex | 7B | 8F | BF | 24 | 19 | 0 | 19 | DE | 23 | 3E |
| Octal | 173 | 217 | 277 | 44 | 31 | 0 | 31 | 336 | 43 | 76 |
| Binary | 1111011 | 10001111 | 10111111 | 100100 | 11001 | 0 | 11001 | 11011110 | 100011 | 111110 |
Color Harmonies of #7B8FBF
Complementary color
Monochromatic Colors of #7B8FBF
Black with #7B8FBF
Text Example
Text Example
White with #7B8FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8FBF; }
p { color: rgb(123,143,191); }
H1.HeaderClassName
{
color: #7B8FBF;
}
.AnyTagClassName
{
color: #7B8FBF;
}
</style>
background-color css
<style>
a { background-color: #7B8FBF; }
a { background-color: rgb(123,143,191); }
div.DivClassName
{
background-color: #7B8FBF;
}
.BgClassName
{
background-color: #7B8FBF;
}
</style>
border-color css
<style>
span { border-color: #7B8FBF; }
span { border-color: rgb(123,143,191); }
td.TdClassName
{
border-color: #7B8FBF;
}
.TagClassName
{
border-color: #7B8FBF;
}
</style>