Shades of Wild Blue Yonder #838DC3
Tints of Wild Blue Yonder #838DC3
RGB
CMYK
RGB Variations
Color information
#838DC3 (or 0x838DC3) is known color: Wild Blue Yonder. HEX triplet: 83, 8D and C3. RGB value is (131,141,195). Sum of RGB (Red+Green+Blue) = 131+141+195=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 195 - color contains mainly: blue. Hex color #838DC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838DC3 is #7C723C. Grayscale: #8F8F8F. Windows color (decimal): -8155709 or 12815747. OLE color: 12815747.
HSL color Cylindrical-coordinate representation of color #838DC3: hue angle of 230.62º 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 #838DC3 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 141 | 195 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.24 |
| HSL | 230.63º | 0.35% | 0.64% | - |
| HSV(B) | 230.63º | 0.33% | 0.76% | - |
| XYZ | 28.74 | 27.82 | 55.48 | - |
| YUV | 144.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 195 | 0.33 | 0.28 | 0 | 0.24 | 230.63 | 0.35 | 0.64 |
| Hex | 83 | 8D | C3 | 21 | 1C | 0 | 18 | E7 | 23 | 40 |
| Octal | 203 | 215 | 303 | 41 | 34 | 0 | 30 | 347 | 43 | 100 |
| Binary | 10000011 | 10001101 | 11000011 | 100001 | 11100 | 0 | 11000 | 11100111 | 100011 | 1000000 |
Color Harmonies of #838DC3
Complementary color
Monochromatic Colors of #838DC3
Black with #838DC3
Text Example
Text Example
White with #838DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838DC3; }
p { color: rgb(131,141,195); }
H1.HeaderClassName
{
color: #838DC3;
}
.AnyTagClassName
{
color: #838DC3;
}
</style>
background-color css
<style>
a { background-color: #838DC3; }
a { background-color: rgb(131,141,195); }
div.DivClassName
{
background-color: #838DC3;
}
.BgClassName
{
background-color: #838DC3;
}
</style>
border-color css
<style>
span { border-color: #838DC3; }
span { border-color: rgb(131,141,195); }
td.TdClassName
{
border-color: #838DC3;
}
.TagClassName
{
border-color: #838DC3;
}
</style>