Shades of Wild Blue Yonder #7683CC
Tints of Wild Blue Yonder #7683CC
RGB
CMYK
RGB Variations
Color information
#7683CC (or 0x7683CC) is known color: Wild Blue Yonder. HEX triplet: 76, 83 and CC. RGB value is (118,131,204). Sum of RGB (Red+Green+Blue) = 118+131+204=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #7683CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7683CC is #897C33. Grayscale: #878787. Windows color (decimal): -9010228 or 13402998. OLE color: 13402998.
HSL color Cylindrical-coordinate representation of color #7683CC: hue angle of 230.93º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7683CC is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 131 | 204 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.2 |
| HSL | 230.93º | 0.46% | 0.63% | - |
| HSV(B) | 230.93º | 0.42% | 0.8% | - |
| XYZ | 26.49 | 24.44 | 60.45 | - |
| YUV | 135.44 | 166.69 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 131 | 204 | 0.42 | 0.36 | 0 | 0.2 | 230.93 | 0.46 | 0.63 |
| Hex | 76 | 83 | CC | 2A | 24 | 0 | 14 | E7 | 2E | 3F |
| Octal | 166 | 203 | 314 | 52 | 44 | 0 | 24 | 347 | 56 | 77 |
| Binary | 1110110 | 10000011 | 11001100 | 101010 | 100100 | 0 | 10100 | 11100111 | 101110 | 111111 |
Color Harmonies of #7683CC
Complementary color
Monochromatic Colors of #7683CC
Black with #7683CC
Text Example
Text Example
White with #7683CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7683CC; }
p { color: rgb(118,131,204); }
H1.HeaderClassName
{
color: #7683CC;
}
.AnyTagClassName
{
color: #7683CC;
}
</style>
background-color css
<style>
a { background-color: #7683CC; }
a { background-color: rgb(118,131,204); }
div.DivClassName
{
background-color: #7683CC;
}
.BgClassName
{
background-color: #7683CC;
}
</style>
border-color css
<style>
span { border-color: #7683CC; }
span { border-color: rgb(118,131,204); }
td.TdClassName
{
border-color: #7683CC;
}
.TagClassName
{
border-color: #7683CC;
}
</style>