#9CA9BE

Color #9CA9BE Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #9CA9BE

Tints of Rock Blue #9CA9BE

Color information

#9CA9BE (or 0x9CA9BE) is unknown color: approx Rock Blue. HEX triplet: 9C, A9 and BE. RGB value is (156,169,190). Sum of RGB (Red+Green+Blue) = 156+169+190=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #9CA9BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA9BE is #635641. Grayscale: #A7A7A7. Windows color (decimal): -6510146 or 12495260. OLE color: 12495260.

HSL color Cylindrical-coordinate representation of color #9CA9BE: hue angle of 217.06º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CA9BE is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156169190-
CMYK0.180.1100.25
HSL217.06º20.73%67.84%-
HSV(B)217.06º17.89%74.51%-
XYZ37.1939.1654.31-
YUV167.51140.69119.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 30.29%
GREEN value IS 169 (66.41% from 255) = 32.82%
BLUE value IS 190 (74.61% from 255) = 36.89%
R=30.29%
G=32.82%
B=36.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561691900.180.1100.25217.0620.7367.84
Hex9CA9BE12B019d91544
Octal234251276221303133125104
Binary10011100101010011011111010010101101100111011001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CA9BE; }

 p { color: rgb(156,169,190); }

 H1.HeaderClassName
 {
   color: #9CA9BE;
 }
 .AnyTagClassName
 {
   color: #9CA9BE;
 }
</style>
background-color css

<style>
 a { background-color: #9CA9BE; }

 a { background-color: rgb(156,169,190); }

 div.DivClassName
 {
   background-color: #9CA9BE;
 }
 .BgClassName
 {
   background-color: #9CA9BE;
 }
</style>
border-color css

<style>
 span { border-color: #9CA9BE; }

 span { border-color: rgb(156,169,190); }

 td.TdClassName
 {
   border-color: #9CA9BE;
 }
 .TagClassName
 {
   border-color: #9CA9BE;
 }
</style>