Shades of Wild Blue Yonder #8289C3
Tints of Wild Blue Yonder #8289C3
RGB
CMYK
RGB Variations
Color information
#8289C3 (or 0x8289C3) is known color: Wild Blue Yonder. HEX triplet: 82, 89 and C3. RGB value is (130,137,195). Sum of RGB (Red+Green+Blue) = 130+137+195=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 195 - color contains mainly: blue. Hex color #8289C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8289C3 is #7D763C. Grayscale: #8D8D8D. Windows color (decimal): -8222269 or 12814722. OLE color: 12814722.
HSL color Cylindrical-coordinate representation of color #8289C3: hue angle of 233.54º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8289C3 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 137 | 195 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.24 |
| HSL | 233.54º | 0.35% | 0.64% | - |
| HSV(B) | 233.54º | 0.33% | 0.76% | - |
| XYZ | 28 | 26.58 | 55.28 | - |
| YUV | 141.52 | 158.18 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 195 | 0.33 | 0.30 | 0 | 0.24 | 233.54 | 0.35 | 0.64 |
| Hex | 82 | 89 | C3 | 21 | 1E | 0 | 18 | EA | 23 | 40 |
| Octal | 202 | 211 | 303 | 41 | 36 | 0 | 30 | 352 | 43 | 100 |
| Binary | 10000010 | 10001001 | 11000011 | 100001 | 11110 | 0 | 11000 | 11101010 | 100011 | 1000000 |
Color Harmonies of #8289C3
Complementary color
Monochromatic Colors of #8289C3
Black with #8289C3
Text Example
Text Example
White with #8289C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8289C3; }
p { color: rgb(130,137,195); }
H1.HeaderClassName
{
color: #8289C3;
}
.AnyTagClassName
{
color: #8289C3;
}
</style>
background-color css
<style>
a { background-color: #8289C3; }
a { background-color: rgb(130,137,195); }
div.DivClassName
{
background-color: #8289C3;
}
.BgClassName
{
background-color: #8289C3;
}
</style>
border-color css
<style>
span { border-color: #8289C3; }
span { border-color: rgb(130,137,195); }
td.TdClassName
{
border-color: #8289C3;
}
.TagClassName
{
border-color: #8289C3;
}
</style>