Shades of Wild Blue Yonder #838FC1
Tints of Wild Blue Yonder #838FC1
RGB
CMYK
RGB Variations
Color information
#838FC1 (or 0x838FC1) is known color: Wild Blue Yonder. HEX triplet: 83, 8F and C1. RGB value is (131,143,193). Sum of RGB (Red+Green+Blue) = 131+143+193=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #838FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FC1 is #7C703E. Grayscale: #909090. Windows color (decimal): -8155199 or 12685187. OLE color: 12685187.
HSL color Cylindrical-coordinate representation of color #838FC1: hue angle of 228.39º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #838FC1 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 143 | 193 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.24 |
| HSL | 228.39º | 0.33% | 0.64% | - |
| HSV(B) | 228.39º | 0.32% | 0.76% | - |
| XYZ | 28.81 | 28.32 | 54.4 | - |
| YUV | 145.11 | 155.02 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 143 | 193 | 0.32 | 0.26 | 0 | 0.24 | 228.39 | 0.33 | 0.64 |
| Hex | 83 | 8F | C1 | 20 | 1A | 0 | 18 | E4 | 21 | 40 |
| Octal | 203 | 217 | 301 | 40 | 32 | 0 | 30 | 344 | 41 | 100 |
| Binary | 10000011 | 10001111 | 11000001 | 100000 | 11010 | 0 | 11000 | 11100100 | 100001 | 1000000 |
Color Harmonies of #838FC1
Complementary color
Monochromatic Colors of #838FC1
Black with #838FC1
Text Example
Text Example
White with #838FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838FC1; }
p { color: rgb(131,143,193); }
H1.HeaderClassName
{
color: #838FC1;
}
.AnyTagClassName
{
color: #838FC1;
}
</style>
background-color css
<style>
a { background-color: #838FC1; }
a { background-color: rgb(131,143,193); }
div.DivClassName
{
background-color: #838FC1;
}
.BgClassName
{
background-color: #838FC1;
}
</style>
border-color css
<style>
span { border-color: #838FC1; }
span { border-color: rgb(131,143,193); }
td.TdClassName
{
border-color: #838FC1;
}
.TagClassName
{
border-color: #838FC1;
}
</style>