Shades of Wild Blue Yonder #728CCB
Tints of Wild Blue Yonder #728CCB
RGB
CMYK
RGB Variations
Color information
#728CCB (or 0x728CCB) is known color: Wild Blue Yonder. HEX triplet: 72, 8C and CB. RGB value is (114,140,203). Sum of RGB (Red+Green+Blue) = 114+140+203=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #728CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728CCB is #8D7334. Grayscale: #8B8B8B. Windows color (decimal): -9270069 or 13339762. OLE color: 13339762.
HSL color Cylindrical-coordinate representation of color #728CCB: hue angle of 222.47º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #728CCB is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 140 | 203 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.20 |
| HSL | 222.47º | 0.46% | 0.62% | - |
| HSV(B) | 222.47º | 0.44% | 0.8% | - |
| XYZ | 27.1 | 26.65 | 60.21 | - |
| YUV | 139.41 | 163.89 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 203 | 0.44 | 0.31 | 0 | 0.20 | 222.47 | 0.46 | 0.62 |
| Hex | 72 | 8C | CB | 2C | 1F | 0 | 14 | DE | 2E | 3E |
| Octal | 162 | 214 | 313 | 54 | 37 | 0 | 24 | 336 | 56 | 76 |
| Binary | 1110010 | 10001100 | 11001011 | 101100 | 11111 | 0 | 10100 | 11011110 | 101110 | 111110 |
Color Harmonies of #728CCB
Complementary color
Monochromatic Colors of #728CCB
Black with #728CCB
Text Example
Text Example
White with #728CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728CCB; }
p { color: rgb(114,140,203); }
H1.HeaderClassName
{
color: #728CCB;
}
.AnyTagClassName
{
color: #728CCB;
}
</style>
background-color css
<style>
a { background-color: #728CCB; }
a { background-color: rgb(114,140,203); }
div.DivClassName
{
background-color: #728CCB;
}
.BgClassName
{
background-color: #728CCB;
}
</style>
border-color css
<style>
span { border-color: #728CCB; }
span { border-color: rgb(114,140,203); }
td.TdClassName
{
border-color: #728CCB;
}
.TagClassName
{
border-color: #728CCB;
}
</style>