Shades of Wild Blue Yonder #8388C3
Tints of Wild Blue Yonder #8388C3
RGB
CMYK
RGB Variations
Color information
#8388C3 (or 0x8388C3) is known color: Wild Blue Yonder. HEX triplet: 83, 88 and C3. RGB value is (131,136,195). Sum of RGB (Red+Green+Blue) = 131+136+195=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 195 - color contains mainly: blue. Hex color #8388C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8388C3 is #7C773C. Grayscale: #8C8C8C. Windows color (decimal): -8156989 or 12814467. OLE color: 12814467.
HSL color Cylindrical-coordinate representation of color #8388C3: hue angle of 235.31º 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 #8388C3 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 136 | 195 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.24 |
| HSL | 235.31º | 0.35% | 0.64% | - |
| HSV(B) | 235.31º | 0.33% | 0.76% | - |
| XYZ | 28.01 | 26.37 | 55.24 | - |
| YUV | 141.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 195 | 0.33 | 0.30 | 0 | 0.24 | 235.31 | 0.35 | 0.64 |
| Hex | 83 | 88 | C3 | 21 | 1E | 0 | 18 | EB | 23 | 40 |
| Octal | 203 | 210 | 303 | 41 | 36 | 0 | 30 | 353 | 43 | 100 |
| Binary | 10000011 | 10001000 | 11000011 | 100001 | 11110 | 0 | 11000 | 11101011 | 100011 | 1000000 |
Color Harmonies of #8388C3
Complementary color
Monochromatic Colors of #8388C3
Black with #8388C3
Text Example
Text Example
White with #8388C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8388C3; }
p { color: rgb(131,136,195); }
H1.HeaderClassName
{
color: #8388C3;
}
.AnyTagClassName
{
color: #8388C3;
}
</style>
background-color css
<style>
a { background-color: #8388C3; }
a { background-color: rgb(131,136,195); }
div.DivClassName
{
background-color: #8388C3;
}
.BgClassName
{
background-color: #8388C3;
}
</style>
border-color css
<style>
span { border-color: #8388C3; }
span { border-color: rgb(131,136,195); }
td.TdClassName
{
border-color: #8388C3;
}
.TagClassName
{
border-color: #8388C3;
}
</style>