Shades of Wild Blue Yonder #767DB8
Tints of Wild Blue Yonder #767DB8
RGB
CMYK
RGB Variations
Color information
#767DB8 (or 0x767DB8) is known color: Wild Blue Yonder. HEX triplet: 76, 7D and B8. RGB value is (118,125,184). Sum of RGB (Red+Green+Blue) = 118+125+184=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 184 (72.27% from 255 or 43.09% from 427); Max value from RGB is 184 - color contains mainly: blue. Hex color #767DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767DB8 is #898247. Grayscale: #818181. Windows color (decimal): -9011784 or 12090742. OLE color: 12090742.
HSL color Cylindrical-coordinate representation of color #767DB8: hue angle of 233.64º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #767DB8 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 125 | 184 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.28 |
| HSL | 233.64º | 0.32% | 0.59% | - |
| HSV(B) | 233.64º | 0.36% | 0.72% | - |
| XYZ | 23.46 | 21.98 | 48.35 | - |
| YUV | 129.63 | 158.68 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 125 | 184 | 0.36 | 0.32 | 0 | 0.28 | 233.64 | 0.32 | 0.59 |
| Hex | 76 | 7D | B8 | 24 | 20 | 0 | 1C | EA | 20 | 3B |
| Octal | 166 | 175 | 270 | 44 | 40 | 0 | 34 | 352 | 40 | 73 |
| Binary | 1110110 | 1111101 | 10111000 | 100100 | 100000 | 0 | 11100 | 11101010 | 100000 | 111011 |
Color Harmonies of #767DB8
Complementary color
Monochromatic Colors of #767DB8
Black with #767DB8
Text Example
Text Example
White with #767DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767DB8; }
p { color: rgb(118,125,184); }
H1.HeaderClassName
{
color: #767DB8;
}
.AnyTagClassName
{
color: #767DB8;
}
</style>
background-color css
<style>
a { background-color: #767DB8; }
a { background-color: rgb(118,125,184); }
div.DivClassName
{
background-color: #767DB8;
}
.BgClassName
{
background-color: #767DB8;
}
</style>
border-color css
<style>
span { border-color: #767DB8; }
span { border-color: rgb(118,125,184); }
td.TdClassName
{
border-color: #767DB8;
}
.TagClassName
{
border-color: #767DB8;
}
</style>