Shades of Wild Blue Yonder #7581CC
Tints of Wild Blue Yonder #7581CC
RGB
CMYK
RGB Variations
Color information
#7581CC (or 0x7581CC) is known color: Wild Blue Yonder. HEX triplet: 75, 81 and CC. RGB value is (117,129,204). Sum of RGB (Red+Green+Blue) = 117+129+204=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #7581CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7581CC is #8A7E33. Grayscale: #858585. Windows color (decimal): -9076276 or 13402485. OLE color: 13402485.
HSL color Cylindrical-coordinate representation of color #7581CC: hue angle of 231.72º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7581CC is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 129 | 204 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.2 |
| HSL | 231.72º | 0.46% | 0.63% | - |
| HSV(B) | 231.72º | 0.43% | 0.8% | - |
| XYZ | 26.09 | 23.84 | 60.35 | - |
| YUV | 133.96 | 167.52 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 129 | 204 | 0.43 | 0.37 | 0 | 0.2 | 231.72 | 0.46 | 0.63 |
| Hex | 75 | 81 | CC | 2B | 25 | 0 | 14 | E8 | 2E | 3F |
| Octal | 165 | 201 | 314 | 53 | 45 | 0 | 24 | 350 | 56 | 77 |
| Binary | 1110101 | 10000001 | 11001100 | 101011 | 100101 | 0 | 10100 | 11101000 | 101110 | 111111 |
Color Harmonies of #7581CC
Complementary color
Monochromatic Colors of #7581CC
Black with #7581CC
Text Example
Text Example
White with #7581CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7581CC; }
p { color: rgb(117,129,204); }
H1.HeaderClassName
{
color: #7581CC;
}
.AnyTagClassName
{
color: #7581CC;
}
</style>
background-color css
<style>
a { background-color: #7581CC; }
a { background-color: rgb(117,129,204); }
div.DivClassName
{
background-color: #7581CC;
}
.BgClassName
{
background-color: #7581CC;
}
</style>
border-color css
<style>
span { border-color: #7581CC; }
span { border-color: rgb(117,129,204); }
td.TdClassName
{
border-color: #7581CC;
}
.TagClassName
{
border-color: #7581CC;
}
</style>