#8CA5BF

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

Shades of Rock Blue #8CA5BF

Tints of Rock Blue #8CA5BF

Color information

#8CA5BF (or 0x8CA5BF) is unknown color: approx Rock Blue. HEX triplet: 8C, A5 and BF. RGB value is (140,165,191). Sum of RGB (Red+Green+Blue) = 140+165+191=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #8CA5BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA5BF is #735A40. Grayscale: #A0A0A0. Windows color (decimal): -7559745 or 12559756. OLE color: 12559756.

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

Color convert

RGB140165191-
CMYK0.270.1400.25
HSL210.59º28.49%64.9%-
HSV(B)210.59º26.7%74.9%-
XYZ33.6736.2554.51-
YUV160.49145.22113.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.23%
GREEN value IS 165 (64.84% from 255) = 33.27%
BLUE value IS 191 (75% from 255) = 38.51%
R=28.23%
G=33.27%
B=38.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401651910.270.1400.25210.5928.4964.9
Hex8CA5BF1BE019d31c41
Octal214245277331603132334101
Binary10001100101001011011111111011111001100111010011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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