Shades of Wild Blue Yonder #7883C3
Tints of Wild Blue Yonder #7883C3
RGB
CMYK
RGB Variations
Color information
#7883C3 (or 0x7883C3) is known color: Wild Blue Yonder. HEX triplet: 78, 83 and C3. RGB value is (120,131,195). Sum of RGB (Red+Green+Blue) = 120+131+195=446 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.91% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 195 - color contains mainly: blue. Hex color #7883C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7883C3 is #877C3C. Grayscale: #868686. Windows color (decimal): -8879165 or 12813176. OLE color: 12813176.
HSL color Cylindrical-coordinate representation of color #7883C3: hue angle of 231.2º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7883C3 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 131 | 195 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.24 |
| HSL | 231.2º | 0.38% | 0.62% | - |
| HSV(B) | 231.2º | 0.38% | 0.76% | - |
| XYZ | 25.71 | 24.17 | 54.94 | - |
| YUV | 135.01 | 161.86 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 195 | 0.38 | 0.33 | 0 | 0.24 | 231.2 | 0.38 | 0.62 |
| Hex | 78 | 83 | C3 | 26 | 21 | 0 | 18 | E7 | 26 | 3E |
| Octal | 170 | 203 | 303 | 46 | 41 | 0 | 30 | 347 | 46 | 76 |
| Binary | 1111000 | 10000011 | 11000011 | 100110 | 100001 | 0 | 11000 | 11100111 | 100110 | 111110 |
Color Harmonies of #7883C3
Complementary color
Monochromatic Colors of #7883C3
Black with #7883C3
Text Example
Text Example
White with #7883C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7883C3; }
p { color: rgb(120,131,195); }
H1.HeaderClassName
{
color: #7883C3;
}
.AnyTagClassName
{
color: #7883C3;
}
</style>
background-color css
<style>
a { background-color: #7883C3; }
a { background-color: rgb(120,131,195); }
div.DivClassName
{
background-color: #7883C3;
}
.BgClassName
{
background-color: #7883C3;
}
</style>
border-color css
<style>
span { border-color: #7883C3; }
span { border-color: rgb(120,131,195); }
td.TdClassName
{
border-color: #7883C3;
}
.TagClassName
{
border-color: #7883C3;
}
</style>