Shades of Hoki #657A83
Tints of Hoki #657A83
RGB
CMYK
RGB Variations
Color information
#657A83 (or 0x657A83) is known color: Hoki. HEX triplet: 65, 7A and 83. RGB value is (101,122,131). Sum of RGB (Red+Green+Blue) = 101+122+131=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 131 - color contains mainly: blue. Hex color #657A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657A83 is #9A857C. Grayscale: #747474. Windows color (decimal): -10126717 or 8616549. OLE color: 8616549.
HSL color Cylindrical-coordinate representation of color #657A83: hue angle of 198º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #657A83 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 122 | 131 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.49 |
| HSL | 198º | 0.13% | 0.45% | - |
| HSV(B) | 198º | 0.23% | 0.51% | - |
| XYZ | 16.42 | 18.32 | 24.14 | - |
| YUV | 116.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 131 | 0.23 | 0.07 | 0 | 0.49 | 198 | 0.13 | 0.45 |
| Hex | 65 | 7A | 83 | 17 | 7 | 0 | 31 | C6 | D | 2D |
| Octal | 145 | 172 | 203 | 27 | 7 | 0 | 61 | 306 | 15 | 55 |
| Binary | 1100101 | 1111010 | 10000011 | 10111 | 111 | 0 | 110001 | 11000110 | 1101 | 101101 |
Color Harmonies of #657A83
Complementary color
Monochromatic Colors of #657A83
Black with #657A83
Text Example
Text Example
White with #657A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657A83; }
p { color: rgb(101,122,131); }
H1.HeaderClassName
{
color: #657A83;
}
.AnyTagClassName
{
color: #657A83;
}
</style>
background-color css
<style>
a { background-color: #657A83; }
a { background-color: rgb(101,122,131); }
div.DivClassName
{
background-color: #657A83;
}
.BgClassName
{
background-color: #657A83;
}
</style>
border-color css
<style>
span { border-color: #657A83; }
span { border-color: rgb(101,122,131); }
td.TdClassName
{
border-color: #657A83;
}
.TagClassName
{
border-color: #657A83;
}
</style>