Shades of Echo Blue #9CA5C4
Tints of Echo Blue #9CA5C4
RGB
CMYK
RGB Variations
Color information
#9CA5C4 (or 0x9CA5C4) is known color: Echo Blue. HEX triplet: 9C, A5 and C4. RGB value is (156,165,196). Sum of RGB (Red+Green+Blue) = 156+165+196=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 196 - color contains mainly: blue. Hex color #9CA5C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA5C4 is #635A3B. Grayscale: #A5A5A5. Windows color (decimal): -6511164 or 12887452. OLE color: 12887452.
HSL color Cylindrical-coordinate representation of color #9CA5C4: hue angle of 226.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CA5C4 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 165 | 196 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.23 |
| HSL | 226.5º | 0.25% | 0.69% | - |
| HSV(B) | 226.5º | 0.2% | 0.77% | - |
| XYZ | 37.13 | 37.96 | 57.6 | - |
| YUV | 165.84 | 145.02 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 165 | 196 | 0.20 | 0.16 | 0 | 0.23 | 226.5 | 0.25 | 0.69 |
| Hex | 9C | A5 | C4 | 14 | 10 | 0 | 17 | E2 | 19 | 45 |
| Octal | 234 | 245 | 304 | 24 | 20 | 0 | 27 | 342 | 31 | 105 |
| Binary | 10011100 | 10100101 | 11000100 | 10100 | 10000 | 0 | 10111 | 11100010 | 11001 | 1000101 |
Color Harmonies of #9CA5C4
Complementary color
Monochromatic Colors of #9CA5C4
Black with #9CA5C4
Text Example
Text Example
White with #9CA5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA5C4; }
p { color: rgb(156,165,196); }
H1.HeaderClassName
{
color: #9CA5C4;
}
.AnyTagClassName
{
color: #9CA5C4;
}
</style>
background-color css
<style>
a { background-color: #9CA5C4; }
a { background-color: rgb(156,165,196); }
div.DivClassName
{
background-color: #9CA5C4;
}
.BgClassName
{
background-color: #9CA5C4;
}
</style>
border-color css
<style>
span { border-color: #9CA5C4; }
span { border-color: rgb(156,165,196); }
td.TdClassName
{
border-color: #9CA5C4;
}
.TagClassName
{
border-color: #9CA5C4;
}
</style>