Shades of Wild Blue Yonder #7382CB
Tints of Wild Blue Yonder #7382CB
RGB
CMYK
RGB Variations
Color information
#7382CB (or 0x7382CB) is known color: Wild Blue Yonder. HEX triplet: 73, 82 and CB. RGB value is (115,130,203). Sum of RGB (Red+Green+Blue) = 115+130+203=448 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.67% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #7382CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7382CB is #8C7D34. Grayscale: #858585. Windows color (decimal): -9207093 or 13337203. OLE color: 13337203.
HSL color Cylindrical-coordinate representation of color #7382CB: hue angle of 229.77º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7382CB is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 130 | 203 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.20 |
| HSL | 229.77º | 0.46% | 0.62% | - |
| HSV(B) | 229.77º | 0.43% | 0.8% | - |
| XYZ | 25.83 | 23.92 | 59.76 | - |
| YUV | 133.84 | 167.03 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 130 | 203 | 0.43 | 0.36 | 0 | 0.20 | 229.77 | 0.46 | 0.62 |
| Hex | 73 | 82 | CB | 2B | 24 | 0 | 14 | E6 | 2E | 3E |
| Octal | 163 | 202 | 313 | 53 | 44 | 0 | 24 | 346 | 56 | 76 |
| Binary | 1110011 | 10000010 | 11001011 | 101011 | 100100 | 0 | 10100 | 11100110 | 101110 | 111110 |
Color Harmonies of #7382CB
Complementary color
Monochromatic Colors of #7382CB
Black with #7382CB
Text Example
Text Example
White with #7382CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7382CB; }
p { color: rgb(115,130,203); }
H1.HeaderClassName
{
color: #7382CB;
}
.AnyTagClassName
{
color: #7382CB;
}
</style>
background-color css
<style>
a { background-color: #7382CB; }
a { background-color: rgb(115,130,203); }
div.DivClassName
{
background-color: #7382CB;
}
.BgClassName
{
background-color: #7382CB;
}
</style>
border-color css
<style>
span { border-color: #7382CB; }
span { border-color: rgb(115,130,203); }
td.TdClassName
{
border-color: #7382CB;
}
.TagClassName
{
border-color: #7382CB;
}
</style>