Shades of Wild Blue Yonder #7481B7
Tints of Wild Blue Yonder #7481B7
RGB
CMYK
RGB Variations
Color information
#7481B7 (or 0x7481B7) is known color: Wild Blue Yonder. HEX triplet: 74, 81 and B7. RGB value is (116,129,183). Sum of RGB (Red+Green+Blue) = 116+129+183=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 183 - color contains mainly: blue. Hex color #7481B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7481B7 is #8B7E48. Grayscale: #838383. Windows color (decimal): -9141833 or 12026228. OLE color: 12026228.
HSL color Cylindrical-coordinate representation of color #7481B7: hue angle of 228.36º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7481B7 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 129 | 183 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.28 |
| HSL | 228.36º | 0.32% | 0.59% | - |
| HSV(B) | 228.36º | 0.37% | 0.72% | - |
| XYZ | 23.6 | 22.83 | 47.96 | - |
| YUV | 131.27 | 157.19 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 183 | 0.37 | 0.30 | 0 | 0.28 | 228.36 | 0.32 | 0.59 |
| Hex | 74 | 81 | B7 | 25 | 1E | 0 | 1C | E4 | 20 | 3B |
| Octal | 164 | 201 | 267 | 45 | 36 | 0 | 34 | 344 | 40 | 73 |
| Binary | 1110100 | 10000001 | 10110111 | 100101 | 11110 | 0 | 11100 | 11100100 | 100000 | 111011 |
Color Harmonies of #7481B7
Complementary color
Monochromatic Colors of #7481B7
Black with #7481B7
Text Example
Text Example
White with #7481B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7481B7; }
p { color: rgb(116,129,183); }
H1.HeaderClassName
{
color: #7481B7;
}
.AnyTagClassName
{
color: #7481B7;
}
</style>
background-color css
<style>
a { background-color: #7481B7; }
a { background-color: rgb(116,129,183); }
div.DivClassName
{
background-color: #7481B7;
}
.BgClassName
{
background-color: #7481B7;
}
</style>
border-color css
<style>
span { border-color: #7481B7; }
span { border-color: rgb(116,129,183); }
td.TdClassName
{
border-color: #7481B7;
}
.TagClassName
{
border-color: #7481B7;
}
</style>