Shades of Ship Cove #828FAF
Tints of Ship Cove #828FAF
RGB
CMYK
RGB Variations
Color information
#828FAF (or 0x828FAF) is known color: Ship Cove. HEX triplet: 82, 8F and AF. RGB value is (130,143,175). Sum of RGB (Red+Green+Blue) = 130+143+175=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #828FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828FAF is #7D7050. Grayscale: #8E8E8E. Windows color (decimal): -8220753 or 11505538. OLE color: 11505538.
HSL color Cylindrical-coordinate representation of color #828FAF: hue angle of 222.67º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #828FAF is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 143 | 175 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.31 |
| HSL | 222.67º | 0.22% | 0.6% | - |
| HSV(B) | 222.67º | 0.26% | 0.69% | - |
| XYZ | 26.77 | 27.49 | 44.45 | - |
| YUV | 142.76 | 146.19 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 175 | 0.26 | 0.18 | 0 | 0.31 | 222.67 | 0.22 | 0.6 |
| Hex | 82 | 8F | AF | 1A | 12 | 0 | 1F | DF | 16 | 3C |
| Octal | 202 | 217 | 257 | 32 | 22 | 0 | 37 | 337 | 26 | 74 |
| Binary | 10000010 | 10001111 | 10101111 | 11010 | 10010 | 0 | 11111 | 11011111 | 10110 | 111100 |
Color Harmonies of #828FAF
Complementary color
Monochromatic Colors of #828FAF
Black with #828FAF
Text Example
Text Example
White with #828FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828FAF; }
p { color: rgb(130,143,175); }
H1.HeaderClassName
{
color: #828FAF;
}
.AnyTagClassName
{
color: #828FAF;
}
</style>
background-color css
<style>
a { background-color: #828FAF; }
a { background-color: rgb(130,143,175); }
div.DivClassName
{
background-color: #828FAF;
}
.BgClassName
{
background-color: #828FAF;
}
</style>
border-color css
<style>
span { border-color: #828FAF; }
span { border-color: rgb(130,143,175); }
td.TdClassName
{
border-color: #828FAF;
}
.TagClassName
{
border-color: #828FAF;
}
</style>