#8CA1BC

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

Shades of Rock Blue #8CA1BC

Tints of Rock Blue #8CA1BC

Color information

#8CA1BC (or 0x8CA1BC) is unknown color: approx Rock Blue. HEX triplet: 8C, A1 and BC. RGB value is (140,161,188). Sum of RGB (Red+Green+Blue) = 140+161+188=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #8CA1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA1BC is #735E43. Grayscale: #9D9D9D. Windows color (decimal): -7560772 or 12362124. OLE color: 12362124.

HSL color Cylindrical-coordinate representation of color #8CA1BC: hue angle of 213.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CA1BC is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB140161188-
CMYK0.260.1400.26
HSL213.75º26.37%64.31%-
HSV(B)213.75º25.53%73.73%-
XYZ32.6434.752.55-
YUV157.8145.04115.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.63%
GREEN value IS 161 (63.28% from 255) = 32.92%
BLUE value IS 188 (73.83% from 255) = 38.45%
R=28.63%
G=32.92%
B=38.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401611880.260.1400.26213.7526.3764.31
Hex8CA1BC1AE01Ad61a40
Octal214241274321603232632100
Binary10001100101000011011110011010111001101011010110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CA1BC; }

 p { color: rgb(140,161,188); }

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

<style>
 a { background-color: #8CA1BC; }

 a { background-color: rgb(140,161,188); }

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

<style>
 span { border-color: #8CA1BC; }

 span { border-color: rgb(140,161,188); }

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