Shades of Wild Blue Yonder #7883B8
Tints of Wild Blue Yonder #7883B8
RGB
CMYK
RGB Variations
Color information
#7883B8 (or 0x7883B8) is known color: Wild Blue Yonder. HEX triplet: 78, 83 and B8. RGB value is (120,131,184). Sum of RGB (Red+Green+Blue) = 120+131+184=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 184 - color contains mainly: blue. Hex color #7883B8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7883B8 is #877C47. Grayscale: #858585. Windows color (decimal): -8879176 or 12092280. OLE color: 12092280.
HSL color Cylindrical-coordinate representation of color #7883B8: hue angle of 229.69º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7883B8 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 131 | 184 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.28 |
| HSL | 229.69º | 0.31% | 0.6% | - |
| HSV(B) | 229.69º | 0.35% | 0.72% | - |
| XYZ | 24.51 | 23.69 | 48.63 | - |
| YUV | 133.75 | 156.36 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 184 | 0.35 | 0.29 | 0 | 0.28 | 229.69 | 0.31 | 0.6 |
| Hex | 78 | 83 | B8 | 23 | 1D | 0 | 1C | E6 | 1F | 3C |
| Octal | 170 | 203 | 270 | 43 | 35 | 0 | 34 | 346 | 37 | 74 |
| Binary | 1111000 | 10000011 | 10111000 | 100011 | 11101 | 0 | 11100 | 11100110 | 11111 | 111100 |
Color Harmonies of #7883B8
Complementary color
Monochromatic Colors of #7883B8
Black with #7883B8
Text Example
Text Example
White with #7883B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7883B8; }
p { color: rgb(120,131,184); }
H1.HeaderClassName
{
color: #7883B8;
}
.AnyTagClassName
{
color: #7883B8;
}
</style>
background-color css
<style>
a { background-color: #7883B8; }
a { background-color: rgb(120,131,184); }
div.DivClassName
{
background-color: #7883B8;
}
.BgClassName
{
background-color: #7883B8;
}
</style>
border-color css
<style>
span { border-color: #7883B8; }
span { border-color: rgb(120,131,184); }
td.TdClassName
{
border-color: #7883B8;
}
.TagClassName
{
border-color: #7883B8;
}
</style>