Shades of Wild Blue Yonder #7B8FCC
Tints of Wild Blue Yonder #7B8FCC
RGB
CMYK
RGB Variations
Color information
#7B8FCC (or 0x7B8FCC) is known color: Wild Blue Yonder. HEX triplet: 7B, 8F and CC. RGB value is (123,143,204). Sum of RGB (Red+Green+Blue) = 123+143+204=470 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.17% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B8FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8FCC is #847033. Grayscale: #8F8F8F. Windows color (decimal): -8679476 or 13406075. OLE color: 13406075.
HSL color Cylindrical-coordinate representation of color #7B8FCC: hue angle of 225.19º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B8FCC is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 123 | 143 | 204 | - |
CMYK | 0.40 | 0.30 | 0 | 0.2 |
HSL | 225.19º | 0.44% | 0.64% | - |
HSV(B) | 225.19º | 0.4% | 0.8% | - |
XYZ | 28.89 | 28.22 | 61.05 | - |
YUV | 143.97 | 161.87 | 113.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 143 | 204 | 0.40 | 0.30 | 0 | 0.2 | 225.19 | 0.44 | 0.64 |
Hex | 7B | 8F | CC | 28 | 1E | 0 | 14 | E1 | 2C | 40 |
Octal | 173 | 217 | 314 | 50 | 36 | 0 | 24 | 341 | 54 | 100 |
Binary | 1111011 | 10001111 | 11001100 | 101000 | 11110 | 0 | 10100 | 11100001 | 101100 | 1000000 |
Color Harmonies of #7B8FCC
Complementary color
Monochromatic Colors of #7B8FCC
Black with #7B8FCC
Text Example
Text Example
White with #7B8FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8FCC; }
p { color: rgb(123,143,204); }
H1.HeaderClassName
{
color: #7B8FCC;
}
.AnyTagClassName
{
color: #7B8FCC;
}
</style>
background-color css
<style>
a { background-color: #7B8FCC; }
a { background-color: rgb(123,143,204); }
div.DivClassName
{
background-color: #7B8FCC;
}
.BgClassName
{
background-color: #7B8FCC;
}
</style>
border-color css
<style>
span { border-color: #7B8FCC; }
span { border-color: rgb(123,143,204); }
td.TdClassName
{
border-color: #7B8FCC;
}
.TagClassName
{
border-color: #7B8FCC;
}
</style>