Shades of Wild Blue Yonder #7195CA
Tints of Wild Blue Yonder #7195CA
RGB
CMYK
RGB Variations
Color information
#7195CA (or 0x7195CA) is known color: Wild Blue Yonder. HEX triplet: 71, 95 and CA. RGB value is (113,149,202). Sum of RGB (Red+Green+Blue) = 113+149+202=464 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.35% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #7195CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7195CA is #8E6A35. Grayscale: #909090. Windows color (decimal): -9333302 or 13276529. OLE color: 13276529.
HSL color Cylindrical-coordinate representation of color #7195CA: hue angle of 215.73º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7195CA is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 149 | 202 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.21 |
| HSL | 215.73º | 0.46% | 0.62% | - |
| HSV(B) | 215.73º | 0.44% | 0.79% | - |
| XYZ | 28.22 | 29.27 | 60.04 | - |
| YUV | 144.28 | 160.57 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 149 | 202 | 0.44 | 0.26 | 0 | 0.21 | 215.73 | 0.46 | 0.62 |
| Hex | 71 | 95 | CA | 2C | 1A | 0 | 15 | D8 | 2E | 3E |
| Octal | 161 | 225 | 312 | 54 | 32 | 0 | 25 | 330 | 56 | 76 |
| Binary | 1110001 | 10010101 | 11001010 | 101100 | 11010 | 0 | 10101 | 11011000 | 101110 | 111110 |
Color Harmonies of #7195CA
Complementary color
Monochromatic Colors of #7195CA
Black with #7195CA
Text Example
Text Example
White with #7195CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7195CA; }
p { color: rgb(113,149,202); }
H1.HeaderClassName
{
color: #7195CA;
}
.AnyTagClassName
{
color: #7195CA;
}
</style>
background-color css
<style>
a { background-color: #7195CA; }
a { background-color: rgb(113,149,202); }
div.DivClassName
{
background-color: #7195CA;
}
.BgClassName
{
background-color: #7195CA;
}
</style>
border-color css
<style>
span { border-color: #7195CA; }
span { border-color: rgb(113,149,202); }
td.TdClassName
{
border-color: #7195CA;
}
.TagClassName
{
border-color: #7195CA;
}
</style>