Shades of Wild Blue Yonder #838ABF
Tints of Wild Blue Yonder #838ABF
RGB
CMYK
RGB Variations
Color information
#838ABF (or 0x838ABF) is known color: Wild Blue Yonder. HEX triplet: 83, 8A and BF. RGB value is (131,138,191). Sum of RGB (Red+Green+Blue) = 131+138+191=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #838ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ABF is #7C7540. Grayscale: #8D8D8D. Windows color (decimal): -8156481 or 12552835. OLE color: 12552835.
HSL color Cylindrical-coordinate representation of color #838ABF: hue angle of 233º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #838ABF is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 138 | 191 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.25 |
| HSL | 233º | 0.32% | 0.63% | - |
| HSV(B) | 233º | 0.31% | 0.75% | - |
| XYZ | 27.85 | 26.76 | 52.99 | - |
| YUV | 141.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 191 | 0.31 | 0.28 | 0 | 0.25 | 233 | 0.32 | 0.63 |
| Hex | 83 | 8A | BF | 1F | 1C | 0 | 19 | E9 | 20 | 3F |
| Octal | 203 | 212 | 277 | 37 | 34 | 0 | 31 | 351 | 40 | 77 |
| Binary | 10000011 | 10001010 | 10111111 | 11111 | 11100 | 0 | 11001 | 11101001 | 100000 | 111111 |
Color Harmonies of #838ABF
Complementary color
Monochromatic Colors of #838ABF
Black with #838ABF
Text Example
Text Example
White with #838ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838ABF; }
p { color: rgb(131,138,191); }
H1.HeaderClassName
{
color: #838ABF;
}
.AnyTagClassName
{
color: #838ABF;
}
</style>
background-color css
<style>
a { background-color: #838ABF; }
a { background-color: rgb(131,138,191); }
div.DivClassName
{
background-color: #838ABF;
}
.BgClassName
{
background-color: #838ABF;
}
</style>
border-color css
<style>
span { border-color: #838ABF; }
span { border-color: rgb(131,138,191); }
td.TdClassName
{
border-color: #838ABF;
}
.TagClassName
{
border-color: #838ABF;
}
</style>