Shades of Wild Blue Yonder #8288B3
Tints of Wild Blue Yonder #8288B3
RGB
CMYK
RGB Variations
Color information
#8288B3 (or 0x8288B3) is known color: Wild Blue Yonder. HEX triplet: 82, 88 and B3. RGB value is (130,136,179). Sum of RGB (Red+Green+Blue) = 130+136+179=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 179 - color contains mainly: blue. Hex color #8288B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8288B3 is #7D774C. Grayscale: #8A8A8A. Windows color (decimal): -8222541 or 11765890. OLE color: 11765890.
HSL color Cylindrical-coordinate representation of color #8288B3: hue angle of 232.65º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8288B3 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 136 | 179 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.30 |
| HSL | 232.65º | 0.24% | 0.61% | - |
| HSV(B) | 232.65º | 0.27% | 0.7% | - |
| XYZ | 26.15 | 25.61 | 46.21 | - |
| YUV | 139.11 | 150.51 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 179 | 0.27 | 0.24 | 0 | 0.30 | 232.65 | 0.24 | 0.61 |
| Hex | 82 | 88 | B3 | 1B | 18 | 0 | 1E | E9 | 18 | 3D |
| Octal | 202 | 210 | 263 | 33 | 30 | 0 | 36 | 351 | 30 | 75 |
| Binary | 10000010 | 10001000 | 10110011 | 11011 | 11000 | 0 | 11110 | 11101001 | 11000 | 111101 |
Color Harmonies of #8288B3
Complementary color
Monochromatic Colors of #8288B3
Black with #8288B3
Text Example
Text Example
White with #8288B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8288B3; }
p { color: rgb(130,136,179); }
H1.HeaderClassName
{
color: #8288B3;
}
.AnyTagClassName
{
color: #8288B3;
}
</style>
background-color css
<style>
a { background-color: #8288B3; }
a { background-color: rgb(130,136,179); }
div.DivClassName
{
background-color: #8288B3;
}
.BgClassName
{
background-color: #8288B3;
}
</style>
border-color css
<style>
span { border-color: #8288B3; }
span { border-color: rgb(130,136,179); }
td.TdClassName
{
border-color: #8288B3;
}
.TagClassName
{
border-color: #8288B3;
}
</style>