#8ca2bc

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

Shades of Rock Blue #8CA2BC

Tints of Rock Blue #8CA2BC

Color information

#8CA2BC (or 0x8CA2BC) is unknown color: approx Rock Blue. HEX triplet: 8C, A2 and BC. RGB value is (140,162,188). Sum of RGB (Red+Green+Blue) = 140+162+188=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #8CA2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA2BC is #735D43. Grayscale: #9E9E9E. Windows color (decimal): -7560516 or 12362380. OLE color: 12362380.

HSL color Cylindrical-coordinate representation of color #8CA2BC: hue angle of 212.5º 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 #8CA2BC is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB140162188-
CMYK0.260.1400.26
HSL212.5º26.37%64.31%-
HSV(B)212.5º25.53%73.73%-
XYZ32.8135.0552.61-
YUV158.39144.71114.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.57%
GREEN value IS 162 (63.67% from 255) = 33.06%
BLUE value IS 188 (73.83% from 255) = 38.37%
R=28.57%
G=33.06%
B=38.37%

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
Decimal1401621880.260.1400.26212.526.3764.31
Hex8CA2BC1AE01Ad41a40
Octal214242274321603232432100
Binary10001100101000101011110011010111001101011010100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ca2bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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