#8CA3BF

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

Shades of Rock Blue #8CA3BF

Tints of Rock Blue #8CA3BF

Color information

#8CA3BF (or 0x8CA3BF) is unknown color: approx Rock Blue. HEX triplet: 8C, A3 and BF. RGB value is (140,163,191). Sum of RGB (Red+Green+Blue) = 140+163+191=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #8CA3BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA3BF is #735C40. Grayscale: #9F9F9F. Windows color (decimal): -7560257 or 12559244. OLE color: 12559244.

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

Color convert

RGB140163191-
CMYK0.270.1500.25
HSL212.94º28.49%64.9%-
HSV(B)212.94º26.7%74.9%-
XYZ33.3235.5354.39-
YUV159.32145.88114.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.34%
GREEN value IS 163 (64.06% from 255) = 33.00%
BLUE value IS 191 (75% from 255) = 38.66%
R=28.34%
G=33.00%
B=38.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401631910.270.1500.25212.9428.4964.9
Hex8CA3BF1BF019d51c41
Octal214243277331703132534101
Binary10001100101000111011111111011111101100111010101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,163,191); }

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

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

 a { background-color: rgb(140,163,191); }

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

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

 span { border-color: rgb(140,163,191); }

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