#8CA1BD

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

Shades of Rock Blue #8CA1BD

Tints of Rock Blue #8CA1BD

Color information

#8CA1BD (or 0x8CA1BD) is unknown color: approx Rock Blue. HEX triplet: 8C, A1 and BD. RGB value is (140,161,189). Sum of RGB (Red+Green+Blue) = 140+161+189=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #8CA1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA1BD is #735E42. Grayscale: #9D9D9D. Windows color (decimal): -7560771 or 12427660. OLE color: 12427660.

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

Color convert

RGB140161189-
CMYK0.260.1500.26
HSL214.29º27.07%64.51%-
HSV(B)214.29º25.93%74.12%-
XYZ32.7534.7453.12-
YUV157.91145.54115.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.57%
GREEN value IS 161 (63.28% from 255) = 32.86%
BLUE value IS 189 (74.22% from 255) = 38.57%
R=28.57%
G=32.86%
B=38.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401611890.260.1500.26214.2927.0764.51
Hex8CA1BD1AF01Ad61b41
Octal214241275321703232633101
Binary10001100101000011011110111010111101101011010110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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