Shades of Wild Blue Yonder #838CC3
Tints of Wild Blue Yonder #838CC3
RGB
CMYK
RGB Variations
Color information
#838CC3 (or 0x838CC3) is known color: Wild Blue Yonder. HEX triplet: 83, 8C and C3. RGB value is (131,140,195). Sum of RGB (Red+Green+Blue) = 131+140+195=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 195 - color contains mainly: blue. Hex color #838CC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838CC3 is #7C733C. Grayscale: #8F8F8F. Windows color (decimal): -8155965 or 12815491. OLE color: 12815491.
HSL color Cylindrical-coordinate representation of color #838CC3: hue angle of 231.56º 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 #838CC3 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 140 | 195 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.24 |
| HSL | 231.56º | 0.35% | 0.64% | - |
| HSV(B) | 231.56º | 0.33% | 0.76% | - |
| XYZ | 28.59 | 27.52 | 55.44 | - |
| YUV | 143.58 | 157.02 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 140 | 195 | 0.33 | 0.28 | 0 | 0.24 | 231.56 | 0.35 | 0.64 |
| Hex | 83 | 8C | C3 | 21 | 1C | 0 | 18 | E8 | 23 | 40 |
| Octal | 203 | 214 | 303 | 41 | 34 | 0 | 30 | 350 | 43 | 100 |
| Binary | 10000011 | 10001100 | 11000011 | 100001 | 11100 | 0 | 11000 | 11101000 | 100011 | 1000000 |
Color Harmonies of #838CC3
Complementary color
Monochromatic Colors of #838CC3
Black with #838CC3
Text Example
Text Example
White with #838CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838CC3; }
p { color: rgb(131,140,195); }
H1.HeaderClassName
{
color: #838CC3;
}
.AnyTagClassName
{
color: #838CC3;
}
</style>
background-color css
<style>
a { background-color: #838CC3; }
a { background-color: rgb(131,140,195); }
div.DivClassName
{
background-color: #838CC3;
}
.BgClassName
{
background-color: #838CC3;
}
</style>
border-color css
<style>
span { border-color: #838CC3; }
span { border-color: rgb(131,140,195); }
td.TdClassName
{
border-color: #838CC3;
}
.TagClassName
{
border-color: #838CC3;
}
</style>