Shades of Wild Blue Yonder #7483CB
Tints of Wild Blue Yonder #7483CB
RGB
CMYK
RGB Variations
Color information
#7483CB (or 0x7483CB) is known color: Wild Blue Yonder. HEX triplet: 74, 83 and CB. RGB value is (116,131,203). Sum of RGB (Red+Green+Blue) = 116+131+203=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 131 (51.56% from 255 or 29.11% 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 #7483CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7483CB is #8B7C34. Grayscale: #868686. Windows color (decimal): -9141301 or 13337460. OLE color: 13337460.
HSL color Cylindrical-coordinate representation of color #7483CB: hue angle of 229.66º 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 #7483CB is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 131 | 203 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.20 |
| HSL | 229.66º | 0.46% | 0.63% | - |
| HSV(B) | 229.66º | 0.43% | 0.8% | - |
| XYZ | 26.1 | 24.26 | 59.81 | - |
| YUV | 134.72 | 166.53 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 131 | 203 | 0.43 | 0.35 | 0 | 0.20 | 229.66 | 0.46 | 0.63 |
| Hex | 74 | 83 | CB | 2B | 23 | 0 | 14 | E6 | 2E | 3F |
| Octal | 164 | 203 | 313 | 53 | 43 | 0 | 24 | 346 | 56 | 77 |
| Binary | 1110100 | 10000011 | 11001011 | 101011 | 100011 | 0 | 10100 | 11100110 | 101110 | 111111 |
Color Harmonies of #7483CB
Complementary color
Monochromatic Colors of #7483CB
Black with #7483CB
Text Example
Text Example
White with #7483CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7483CB; }
p { color: rgb(116,131,203); }
H1.HeaderClassName
{
color: #7483CB;
}
.AnyTagClassName
{
color: #7483CB;
}
</style>
background-color css
<style>
a { background-color: #7483CB; }
a { background-color: rgb(116,131,203); }
div.DivClassName
{
background-color: #7483CB;
}
.BgClassName
{
background-color: #7483CB;
}
</style>
border-color css
<style>
span { border-color: #7483CB; }
span { border-color: rgb(116,131,203); }
td.TdClassName
{
border-color: #7483CB;
}
.TagClassName
{
border-color: #7483CB;
}
</style>