Shades of Wild Blue Yonder #737BC1
Tints of Wild Blue Yonder #737BC1
RGB
CMYK
RGB Variations
Color information
#737BC1 (or 0x737BC1) is known color: Wild Blue Yonder. HEX triplet: 73, 7B and C1. RGB value is (115,123,193). Sum of RGB (Red+Green+Blue) = 115+123+193=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 193 - color contains mainly: blue. Hex color #737BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737BC1 is #8C843E. Grayscale: #808080. Windows color (decimal): -9208895 or 12680051. OLE color: 12680051.
HSL color Cylindrical-coordinate representation of color #737BC1: hue angle of 233.85º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #737BC1 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 123 | 193 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.24 |
| HSL | 233.85º | 0.39% | 0.6% | - |
| HSV(B) | 233.85º | 0.4% | 0.76% | - |
| XYZ | 23.78 | 21.66 | 53.38 | - |
| YUV | 128.59 | 164.35 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 123 | 193 | 0.40 | 0.36 | 0 | 0.24 | 233.85 | 0.39 | 0.6 |
| Hex | 73 | 7B | C1 | 28 | 24 | 0 | 18 | EA | 27 | 3C |
| Octal | 163 | 173 | 301 | 50 | 44 | 0 | 30 | 352 | 47 | 74 |
| Binary | 1110011 | 1111011 | 11000001 | 101000 | 100100 | 0 | 11000 | 11101010 | 100111 | 111100 |
Color Harmonies of #737BC1
Complementary color
Monochromatic Colors of #737BC1
Black with #737BC1
Text Example
Text Example
White with #737BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737BC1; }
p { color: rgb(115,123,193); }
H1.HeaderClassName
{
color: #737BC1;
}
.AnyTagClassName
{
color: #737BC1;
}
</style>
background-color css
<style>
a { background-color: #737BC1; }
a { background-color: rgb(115,123,193); }
div.DivClassName
{
background-color: #737BC1;
}
.BgClassName
{
background-color: #737BC1;
}
</style>
border-color css
<style>
span { border-color: #737BC1; }
span { border-color: rgb(115,123,193); }
td.TdClassName
{
border-color: #737BC1;
}
.TagClassName
{
border-color: #737BC1;
}
</style>