Shades of Wild Blue Yonder #838AC4
Tints of Wild Blue Yonder #838AC4
RGB
CMYK
RGB Variations
Color information
#838AC4 (or 0x838AC4) is known color: Wild Blue Yonder. HEX triplet: 83, 8A and C4. RGB value is (131,138,196). Sum of RGB (Red+Green+Blue) = 131+138+196=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 196 - color contains mainly: blue. Hex color #838AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838AC4 is #7C753B. Grayscale: #8E8E8E. Windows color (decimal): -8156476 or 12880515. OLE color: 12880515.
HSL color Cylindrical-coordinate representation of color #838AC4: hue angle of 233.54º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #838AC4 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 138 | 196 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.23 |
| HSL | 233.54º | 0.36% | 0.64% | - |
| HSV(B) | 233.54º | 0.33% | 0.77% | - |
| XYZ | 28.41 | 26.99 | 55.94 | - |
| YUV | 142.52 | 158.18 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 196 | 0.33 | 0.30 | 0 | 0.23 | 233.54 | 0.36 | 0.64 |
| Hex | 83 | 8A | C4 | 21 | 1E | 0 | 17 | EA | 24 | 40 |
| Octal | 203 | 212 | 304 | 41 | 36 | 0 | 27 | 352 | 44 | 100 |
| Binary | 10000011 | 10001010 | 11000100 | 100001 | 11110 | 0 | 10111 | 11101010 | 100100 | 1000000 |
Color Harmonies of #838AC4
Complementary color
Monochromatic Colors of #838AC4
Black with #838AC4
Text Example
Text Example
White with #838AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838AC4; }
p { color: rgb(131,138,196); }
H1.HeaderClassName
{
color: #838AC4;
}
.AnyTagClassName
{
color: #838AC4;
}
</style>
background-color css
<style>
a { background-color: #838AC4; }
a { background-color: rgb(131,138,196); }
div.DivClassName
{
background-color: #838AC4;
}
.BgClassName
{
background-color: #838AC4;
}
</style>
border-color css
<style>
span { border-color: #838AC4; }
span { border-color: rgb(131,138,196); }
td.TdClassName
{
border-color: #838AC4;
}
.TagClassName
{
border-color: #838AC4;
}
</style>