Shades of Wild Blue Yonder #757DB8
Tints of Wild Blue Yonder #757DB8
RGB
CMYK
RGB Variations
Color information
#757DB8 (or 0x757DB8) is known color: Wild Blue Yonder. HEX triplet: 75, 7D and B8. RGB value is (117,125,184). Sum of RGB (Red+Green+Blue) = 117+125+184=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 184 - color contains mainly: blue. Hex color #757DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757DB8 is #8A8247. Grayscale: #818181. Windows color (decimal): -9077320 or 12090741. OLE color: 12090741.
HSL color Cylindrical-coordinate representation of color #757DB8: hue angle of 232.84º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #757DB8 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 117 | 125 | 184 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.28 |
| HSL | 232.84º | 0.32% | 0.59% | - |
| HSV(B) | 232.84º | 0.36% | 0.72% | - |
| XYZ | 23.32 | 21.91 | 48.35 | - |
| YUV | 129.33 | 158.85 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 184 | 0.36 | 0.32 | 0 | 0.28 | 232.84 | 0.32 | 0.59 |
| Hex | 75 | 7D | B8 | 24 | 20 | 0 | 1C | E9 | 20 | 3B |
| Octal | 165 | 175 | 270 | 44 | 40 | 0 | 34 | 351 | 40 | 73 |
| Binary | 1110101 | 1111101 | 10111000 | 100100 | 100000 | 0 | 11100 | 11101001 | 100000 | 111011 |
Color Harmonies of #757DB8
Complementary color
Monochromatic Colors of #757DB8
Black with #757DB8
Text Example
Text Example
White with #757DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757DB8; }
p { color: rgb(117,125,184); }
H1.HeaderClassName
{
color: #757DB8;
}
.AnyTagClassName
{
color: #757DB8;
}
</style>
background-color css
<style>
a { background-color: #757DB8; }
a { background-color: rgb(117,125,184); }
div.DivClassName
{
background-color: #757DB8;
}
.BgClassName
{
background-color: #757DB8;
}
</style>
border-color css
<style>
span { border-color: #757DB8; }
span { border-color: rgb(117,125,184); }
td.TdClassName
{
border-color: #757DB8;
}
.TagClassName
{
border-color: #757DB8;
}
</style>