Shades of Wild Blue Yonder #7281CC
Tints of Wild Blue Yonder #7281CC
RGB
CMYK
RGB Variations
Color information
#7281CC (or 0x7281CC) is known color: Wild Blue Yonder. HEX triplet: 72, 81 and CC. RGB value is (114,129,204). Sum of RGB (Red+Green+Blue) = 114+129+204=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #7281CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7281CC is #8D7E33. Grayscale: #848484. Windows color (decimal): -9272884 or 13402482. OLE color: 13402482.
HSL color Cylindrical-coordinate representation of color #7281CC: hue angle of 230º degrees, saturation: 0.47, 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 #7281CC is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 129 | 204 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.2 |
| HSL | 230º | 0.47% | 0.62% | - |
| HSV(B) | 230º | 0.44% | 0.8% | - |
| XYZ | 25.69 | 23.64 | 60.34 | - |
| YUV | 133.07 | 168.03 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 129 | 204 | 0.44 | 0.37 | 0 | 0.2 | 230 | 0.47 | 0.62 |
| Hex | 72 | 81 | CC | 2C | 25 | 0 | 14 | E6 | 2F | 3E |
| Octal | 162 | 201 | 314 | 54 | 45 | 0 | 24 | 346 | 57 | 76 |
| Binary | 1110010 | 10000001 | 11001100 | 101100 | 100101 | 0 | 10100 | 11100110 | 101111 | 111110 |
Color Harmonies of #7281CC
Complementary color
Monochromatic Colors of #7281CC
Black with #7281CC
Text Example
Text Example
White with #7281CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7281CC; }
p { color: rgb(114,129,204); }
H1.HeaderClassName
{
color: #7281CC;
}
.AnyTagClassName
{
color: #7281CC;
}
</style>
background-color css
<style>
a { background-color: #7281CC; }
a { background-color: rgb(114,129,204); }
div.DivClassName
{
background-color: #7281CC;
}
.BgClassName
{
background-color: #7281CC;
}
</style>
border-color css
<style>
span { border-color: #7281CC; }
span { border-color: rgb(114,129,204); }
td.TdClassName
{
border-color: #7281CC;
}
.TagClassName
{
border-color: #7281CC;
}
</style>