Shades of Wild Blue Yonder #8095BF
Tints of Wild Blue Yonder #8095BF
RGB
CMYK
RGB Variations
Color information
#8095BF (or 0x8095BF) is known color: Wild Blue Yonder. HEX triplet: 80, 95 and BF. RGB value is (128,149,191). Sum of RGB (Red+Green+Blue) = 128+149+191=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #8095BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8095BF is #7F6A40. Grayscale: #939393. Windows color (decimal): -8350273 or 12555648. OLE color: 12555648.
HSL color Cylindrical-coordinate representation of color #8095BF: hue angle of 220º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8095BF is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 149 | 191 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.25 |
| HSL | 220º | 0.33% | 0.63% | - |
| HSV(B) | 220º | 0.33% | 0.75% | - |
| XYZ | 29.05 | 29.85 | 53.52 | - |
| YUV | 147.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 191 | 0.33 | 0.22 | 0 | 0.25 | 220 | 0.33 | 0.63 |
| Hex | 80 | 95 | BF | 21 | 16 | 0 | 19 | DC | 21 | 3F |
| Octal | 200 | 225 | 277 | 41 | 26 | 0 | 31 | 334 | 41 | 77 |
| Binary | 10000000 | 10010101 | 10111111 | 100001 | 10110 | 0 | 11001 | 11011100 | 100001 | 111111 |
Color Harmonies of #8095BF
Complementary color
Monochromatic Colors of #8095BF
Black with #8095BF
Text Example
Text Example
White with #8095BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8095BF; }
p { color: rgb(128,149,191); }
H1.HeaderClassName
{
color: #8095BF;
}
.AnyTagClassName
{
color: #8095BF;
}
</style>
background-color css
<style>
a { background-color: #8095BF; }
a { background-color: rgb(128,149,191); }
div.DivClassName
{
background-color: #8095BF;
}
.BgClassName
{
background-color: #8095BF;
}
</style>
border-color css
<style>
span { border-color: #8095BF; }
span { border-color: rgb(128,149,191); }
td.TdClassName
{
border-color: #8095BF;
}
.TagClassName
{
border-color: #8095BF;
}
</style>