Shades of Wild Blue Yonder #7D91CA
Tints of Wild Blue Yonder #7D91CA
RGB
CMYK
RGB Variations
Color information
#7D91CA (or 0x7D91CA) is known color: Wild Blue Yonder. HEX triplet: 7D, 91 and CA. RGB value is (125,145,202). Sum of RGB (Red+Green+Blue) = 125+145+202=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D91CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D91CA is #826E35. Grayscale: #919191. Windows color (decimal): -8547894 or 13275517. OLE color: 13275517.
HSL color Cylindrical-coordinate representation of color #7D91CA: hue angle of 224.42º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D91CA is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 145 | 202 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.21 |
| HSL | 224.42º | 0.42% | 0.64% | - |
| HSV(B) | 224.42º | 0.38% | 0.79% | - |
| XYZ | 29.24 | 28.88 | 59.91 | - |
| YUV | 145.52 | 159.87 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 145 | 202 | 0.38 | 0.28 | 0 | 0.21 | 224.42 | 0.42 | 0.64 |
| Hex | 7D | 91 | CA | 26 | 1C | 0 | 15 | E0 | 2A | 40 |
| Octal | 175 | 221 | 312 | 46 | 34 | 0 | 25 | 340 | 52 | 100 |
| Binary | 1111101 | 10010001 | 11001010 | 100110 | 11100 | 0 | 10101 | 11100000 | 101010 | 1000000 |
Color Harmonies of #7D91CA
Complementary color
Monochromatic Colors of #7D91CA
Black with #7D91CA
Text Example
Text Example
White with #7D91CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D91CA; }
p { color: rgb(125,145,202); }
H1.HeaderClassName
{
color: #7D91CA;
}
.AnyTagClassName
{
color: #7D91CA;
}
</style>
background-color css
<style>
a { background-color: #7D91CA; }
a { background-color: rgb(125,145,202); }
div.DivClassName
{
background-color: #7D91CA;
}
.BgClassName
{
background-color: #7D91CA;
}
</style>
border-color css
<style>
span { border-color: #7D91CA; }
span { border-color: rgb(125,145,202); }
td.TdClassName
{
border-color: #7D91CA;
}
.TagClassName
{
border-color: #7D91CA;
}
</style>