#9CA7BB

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

Shades of Rock Blue #9CA7BB

Tints of Rock Blue #9CA7BB

Color information

#9CA7BB (or 0x9CA7BB) is unknown color: approx Rock Blue. HEX triplet: 9C, A7 and BB. RGB value is (156,167,187). Sum of RGB (Red+Green+Blue) = 156+167+187=510 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.59% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #9CA7BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA7BB is #635844. Grayscale: #A5A5A5. Windows color (decimal): -6510661 or 12298140. OLE color: 12298140.

HSL color Cylindrical-coordinate representation of color #9CA7BB: hue angle of 218.71º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CA7BB is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB156167187-
CMYK0.170.1100.27
HSL218.71º18.56%67.25%-
HSV(B)218.71º16.58%73.33%-
XYZ36.538.2952.48-
YUV165.99139.86120.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.59%
GREEN value IS 167 (65.62% from 255) = 32.75%
BLUE value IS 187 (73.44% from 255) = 36.67%
R=30.59%
G=32.75%
B=36.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561671870.170.1100.27218.7118.5667.25
Hex9CA7BB11B01Bdb1343
Octal234247273211303333323103
Binary10011100101001111011101110001101101101111011011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,167,187); }

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

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

 a { background-color: rgb(156,167,187); }

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

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

 span { border-color: rgb(156,167,187); }

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