Shades of Wild Blue Yonder #728BCE
Tints of Wild Blue Yonder #728BCE
RGB
CMYK
RGB Variations
Color information
#728BCE (or 0x728BCE) is known color: Wild Blue Yonder. HEX triplet: 72, 8B and CE. RGB value is (114,139,206). Sum of RGB (Red+Green+Blue) = 114+139+206=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #728BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728BCE is #8D7431. Grayscale: #8A8A8A. Windows color (decimal): -9270322 or 13536114. OLE color: 13536114.
HSL color Cylindrical-coordinate representation of color #728BCE: hue angle of 223.7º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #728BCE is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 139 | 206 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.19 |
| HSL | 223.7º | 0.48% | 0.63% | - |
| HSV(B) | 223.7º | 0.45% | 0.81% | - |
| XYZ | 27.31 | 26.5 | 62.07 | - |
| YUV | 139.16 | 165.72 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 206 | 0.45 | 0.33 | 0 | 0.19 | 223.7 | 0.48 | 0.63 |
| Hex | 72 | 8B | CE | 2D | 21 | 0 | 13 | E0 | 30 | 3F |
| Octal | 162 | 213 | 316 | 55 | 41 | 0 | 23 | 340 | 60 | 77 |
| Binary | 1110010 | 10001011 | 11001110 | 101101 | 100001 | 0 | 10011 | 11100000 | 110000 | 111111 |
Color Harmonies of #728BCE
Complementary color
Monochromatic Colors of #728BCE
Black with #728BCE
Text Example
Text Example
White with #728BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728BCE; }
p { color: rgb(114,139,206); }
H1.HeaderClassName
{
color: #728BCE;
}
.AnyTagClassName
{
color: #728BCE;
}
</style>
background-color css
<style>
a { background-color: #728BCE; }
a { background-color: rgb(114,139,206); }
div.DivClassName
{
background-color: #728BCE;
}
.BgClassName
{
background-color: #728BCE;
}
</style>
border-color css
<style>
span { border-color: #728BCE; }
span { border-color: rgb(114,139,206); }
td.TdClassName
{
border-color: #728BCE;
}
.TagClassName
{
border-color: #728BCE;
}
</style>