Shades of Wild Blue Yonder #7384CB
Tints of Wild Blue Yonder #7384CB
RGB
CMYK
RGB Variations
Color information
#7384CB (or 0x7384CB) is known color: Wild Blue Yonder. HEX triplet: 73, 84 and CB. RGB value is (115,132,203). Sum of RGB (Red+Green+Blue) = 115+132+203=450 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.56% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #7384CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7384CB is #8C7B34. Grayscale: #868686. Windows color (decimal): -9206581 or 13337715. OLE color: 13337715.
HSL color Cylindrical-coordinate representation of color #7384CB: hue angle of 228.41º 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 #7384CB is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 132 | 203 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.20 |
| HSL | 228.41º | 0.46% | 0.62% | - |
| HSV(B) | 228.41º | 0.43% | 0.8% | - |
| XYZ | 26.1 | 24.46 | 59.85 | - |
| YUV | 135.01 | 166.37 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 132 | 203 | 0.43 | 0.35 | 0 | 0.20 | 228.41 | 0.46 | 0.62 |
| Hex | 73 | 84 | CB | 2B | 23 | 0 | 14 | E4 | 2E | 3E |
| Octal | 163 | 204 | 313 | 53 | 43 | 0 | 24 | 344 | 56 | 76 |
| Binary | 1110011 | 10000100 | 11001011 | 101011 | 100011 | 0 | 10100 | 11100100 | 101110 | 111110 |
Color Harmonies of #7384CB
Complementary color
Monochromatic Colors of #7384CB
Black with #7384CB
Text Example
Text Example
White with #7384CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7384CB; }
p { color: rgb(115,132,203); }
H1.HeaderClassName
{
color: #7384CB;
}
.AnyTagClassName
{
color: #7384CB;
}
</style>
background-color css
<style>
a { background-color: #7384CB; }
a { background-color: rgb(115,132,203); }
div.DivClassName
{
background-color: #7384CB;
}
.BgClassName
{
background-color: #7384CB;
}
</style>
border-color css
<style>
span { border-color: #7384CB; }
span { border-color: rgb(115,132,203); }
td.TdClassName
{
border-color: #7384CB;
}
.TagClassName
{
border-color: #7384CB;
}
</style>