#9CA3BF

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

Shades of Rock Blue #9CA3BF

Tints of Rock Blue #9CA3BF

Color information

#9CA3BF (or 0x9CA3BF) is unknown color: approx Rock Blue. HEX triplet: 9C, A3 and BF. RGB value is (156,163,191). Sum of RGB (Red+Green+Blue) = 156+163+191=510 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.59% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #9CA3BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA3BF is #635C40. Grayscale: #A3A3A3. Windows color (decimal): -6511681 or 12559260. OLE color: 12559260.

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

Color convert

RGB156163191-
CMYK0.180.1500.25
HSL228º21.47%68.04%-
HSV(B)228º18.32%74.9%-
XYZ36.2137.0254.53-
YUV164.1143.18122.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.59%
GREEN value IS 163 (64.06% from 255) = 31.96%
BLUE value IS 191 (75% from 255) = 37.45%
R=30.59%
G=31.96%
B=37.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561631910.180.1500.2522821.4768.04
Hex9CA3BF12F019e41544
Octal234243277221703134425104
Binary10011100101000111011111110010111101100111100100101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,163,191); }

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

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

 a { background-color: rgb(156,163,191); }

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

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

 span { border-color: rgb(156,163,191); }

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