#9CA8BD

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

Shades of Rock Blue #9CA8BD

Tints of Rock Blue #9CA8BD

Color information

#9CA8BD (or 0x9CA8BD) is unknown color: approx Rock Blue. HEX triplet: 9C, A8 and BD. RGB value is (156,168,189). Sum of RGB (Red+Green+Blue) = 156+168+189=513 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.41% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #9CA8BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA8BD is #635742. Grayscale: #A6A6A6. Windows color (decimal): -6510403 or 12429468. OLE color: 12429468.

HSL color Cylindrical-coordinate representation of color #9CA8BD: hue angle of 218.18º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CA8BD is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB156168189-
CMYK0.170.1100.26
HSL218.18º20%67.65%-
HSV(B)218.18º17.46%74.12%-
XYZ36.938.7553.68-
YUV166.81140.52120.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.41%
GREEN value IS 168 (66.02% from 255) = 32.75%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=30.41%
G=32.75%
B=36.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561681890.170.1100.26218.182067.65
Hex9CA8BD11B01Ada1444
Octal234250275211303233224104
Binary10011100101010001011110110001101101101011011010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,168,189); }

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

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

 a { background-color: rgb(156,168,189); }

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

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

 span { border-color: rgb(156,168,189); }

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