Shades of Wild Blue Yonder #7583CE
Tints of Wild Blue Yonder #7583CE
RGB
CMYK
RGB Variations
Color information
#7583CE (or 0x7583CE) is known color: Wild Blue Yonder. HEX triplet: 75, 83 and CE. RGB value is (117,131,206). Sum of RGB (Red+Green+Blue) = 117+131+206=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #7583CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7583CE is #8A7C31. Grayscale: #878787. Windows color (decimal): -9075762 or 13534069. OLE color: 13534069.
HSL color Cylindrical-coordinate representation of color #7583CE: hue angle of 230.56º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7583CE is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 131 | 206 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.19 |
| HSL | 230.56º | 0.48% | 0.63% | - |
| HSV(B) | 230.56º | 0.43% | 0.81% | - |
| XYZ | 26.59 | 24.47 | 61.71 | - |
| YUV | 135.36 | 167.86 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 131 | 206 | 0.43 | 0.36 | 0 | 0.19 | 230.56 | 0.48 | 0.63 |
| Hex | 75 | 83 | CE | 2B | 24 | 0 | 13 | E7 | 30 | 3F |
| Octal | 165 | 203 | 316 | 53 | 44 | 0 | 23 | 347 | 60 | 77 |
| Binary | 1110101 | 10000011 | 11001110 | 101011 | 100100 | 0 | 10011 | 11100111 | 110000 | 111111 |
Color Harmonies of #7583CE
Complementary color
Monochromatic Colors of #7583CE
Black with #7583CE
Text Example
Text Example
White with #7583CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7583CE; }
p { color: rgb(117,131,206); }
H1.HeaderClassName
{
color: #7583CE;
}
.AnyTagClassName
{
color: #7583CE;
}
</style>
background-color css
<style>
a { background-color: #7583CE; }
a { background-color: rgb(117,131,206); }
div.DivClassName
{
background-color: #7583CE;
}
.BgClassName
{
background-color: #7583CE;
}
</style>
border-color css
<style>
span { border-color: #7583CE; }
span { border-color: rgb(117,131,206); }
td.TdClassName
{
border-color: #7583CE;
}
.TagClassName
{
border-color: #7583CE;
}
</style>