#9CA7BE

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

Shades of Rock Blue #9CA7BE

Tints of Rock Blue #9CA7BE

Color information

#9CA7BE (or 0x9CA7BE) is unknown color: approx Rock Blue. HEX triplet: 9C, A7 and BE. RGB value is (156,167,190). Sum of RGB (Red+Green+Blue) = 156+167+190=513 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.41% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #9CA7BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA7BE is #635841. Grayscale: #A6A6A6. Windows color (decimal): -6510658 or 12494748. OLE color: 12494748.

HSL color Cylindrical-coordinate representation of color #9CA7BE: hue angle of 220.59º 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 #9CA7BE is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156167190-
CMYK0.180.1200.25
HSL220.59º20.73%67.84%-
HSV(B)220.59º17.89%74.51%-
XYZ36.8238.4254.19-
YUV166.33141.36120.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.41%
GREEN value IS 167 (65.62% from 255) = 32.55%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=30.41%
G=32.55%
B=37.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561671900.180.1200.25220.5920.7367.84
Hex9CA7BE12C019dd1544
Octal234247276221403133525104
Binary10011100101001111011111010010110001100111011101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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