Shades of Wild Blue Yonder #8283B6
Tints of Wild Blue Yonder #8283B6
RGB
CMYK
RGB Variations
Color information
#8283B6 (or 0x8283B6) is known color: Wild Blue Yonder. HEX triplet: 82, 83 and B6. RGB value is (130,131,182). Sum of RGB (Red+Green+Blue) = 130+131+182=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 182 - color contains mainly: blue. Hex color #8283B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8283B6 is #7D7C49. Grayscale: #888888. Windows color (decimal): -8223818 or 11961218. OLE color: 11961218.
HSL color Cylindrical-coordinate representation of color #8283B6: hue angle of 238.85º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8283B6 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 131 | 182 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.29 |
| HSL | 238.85º | 0.26% | 0.61% | - |
| HSV(B) | 238.85º | 0.29% | 0.71% | - |
| XYZ | 25.77 | 24.36 | 47.6 | - |
| YUV | 136.52 | 153.67 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 131 | 182 | 0.29 | 0.28 | 0 | 0.29 | 238.85 | 0.26 | 0.61 |
| Hex | 82 | 83 | B6 | 1D | 1C | 0 | 1D | EF | 1A | 3D |
| Octal | 202 | 203 | 266 | 35 | 34 | 0 | 35 | 357 | 32 | 75 |
| Binary | 10000010 | 10000011 | 10110110 | 11101 | 11100 | 0 | 11101 | 11101111 | 11010 | 111101 |
Color Harmonies of #8283B6
Complementary color
Monochromatic Colors of #8283B6
Black with #8283B6
Text Example
Text Example
White with #8283B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8283B6; }
p { color: rgb(130,131,182); }
H1.HeaderClassName
{
color: #8283B6;
}
.AnyTagClassName
{
color: #8283B6;
}
</style>
background-color css
<style>
a { background-color: #8283B6; }
a { background-color: rgb(130,131,182); }
div.DivClassName
{
background-color: #8283B6;
}
.BgClassName
{
background-color: #8283B6;
}
</style>
border-color css
<style>
span { border-color: #8283B6; }
span { border-color: rgb(130,131,182); }
td.TdClassName
{
border-color: #8283B6;
}
.TagClassName
{
border-color: #8283B6;
}
</style>