Shades of Wild Blue Yonder #7287C9
Tints of Wild Blue Yonder #7287C9
RGB
CMYK
RGB Variations
Color information
#7287C9 (or 0x7287C9) is known color: Wild Blue Yonder. HEX triplet: 72, 87 and C9. RGB value is (114,135,201). Sum of RGB (Red+Green+Blue) = 114+135+201=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 201 - color contains mainly: blue. Hex color #7287C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7287C9 is #8D7836. Grayscale: #878787. Windows color (decimal): -9271351 or 13207410. OLE color: 13207410.
HSL color Cylindrical-coordinate representation of color #7287C9: hue angle of 225.52º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7287C9 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 135 | 201 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.21 |
| HSL | 225.52º | 0.45% | 0.62% | - |
| HSV(B) | 225.52º | 0.43% | 0.79% | - |
| XYZ | 26.15 | 25.12 | 58.73 | - |
| YUV | 136.25 | 164.54 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 135 | 201 | 0.43 | 0.33 | 0 | 0.21 | 225.52 | 0.45 | 0.62 |
| Hex | 72 | 87 | C9 | 2B | 21 | 0 | 15 | E2 | 2D | 3E |
| Octal | 162 | 207 | 311 | 53 | 41 | 0 | 25 | 342 | 55 | 76 |
| Binary | 1110010 | 10000111 | 11001001 | 101011 | 100001 | 0 | 10101 | 11100010 | 101101 | 111110 |
Color Harmonies of #7287C9
Complementary color
Monochromatic Colors of #7287C9
Black with #7287C9
Text Example
Text Example
White with #7287C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7287C9; }
p { color: rgb(114,135,201); }
H1.HeaderClassName
{
color: #7287C9;
}
.AnyTagClassName
{
color: #7287C9;
}
</style>
background-color css
<style>
a { background-color: #7287C9; }
a { background-color: rgb(114,135,201); }
div.DivClassName
{
background-color: #7287C9;
}
.BgClassName
{
background-color: #7287C9;
}
</style>
border-color css
<style>
span { border-color: #7287C9; }
span { border-color: rgb(114,135,201); }
td.TdClassName
{
border-color: #7287C9;
}
.TagClassName
{
border-color: #7287C9;
}
</style>