#8CA4BC

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

Shades of Rock Blue #8CA4BC

Tints of Rock Blue #8CA4BC

Color information

#8CA4BC (or 0x8CA4BC) is unknown color: approx Rock Blue. HEX triplet: 8C, A4 and BC. RGB value is (140,164,188). Sum of RGB (Red+Green+Blue) = 140+164+188=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #8CA4BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA4BC is #735B43. Grayscale: #9F9F9F. Windows color (decimal): -7560004 or 12362892. OLE color: 12362892.

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

Color convert

RGB140164188-
CMYK0.260.1300.26
HSL210º26.37%64.31%-
HSV(B)210º25.53%73.73%-
XYZ33.1735.7652.73-
YUV159.56144.05114.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.46%
GREEN value IS 164 (64.45% from 255) = 33.33%
BLUE value IS 188 (73.83% from 255) = 38.21%
R=28.46%
G=33.33%
B=38.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401641880.260.1300.2621026.3764.31
Hex8CA4BC1AD01Ad21a40
Octal214244274321503232232100
Binary10001100101001001011110011010110101101011010010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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