#8CA4BE

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

Shades of Rock Blue #8CA4BE

Tints of Rock Blue #8CA4BE

Color information

#8CA4BE (or 0x8CA4BE) is unknown color: approx Rock Blue. HEX triplet: 8C, A4 and BE. RGB value is (140,164,190). Sum of RGB (Red+Green+Blue) = 140+164+190=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #8CA4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA4BE is #735B41. Grayscale: #9F9F9F. Windows color (decimal): -7560002 or 12493964. OLE color: 12493964.

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

Color convert

RGB140164190-
CMYK0.260.1400.25
HSL211.2º27.78%64.71%-
HSV(B)211.2º26.32%74.51%-
XYZ33.3835.8453.87-
YUV159.79145.05113.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.34%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=28.34%
G=33.20%
B=38.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401641900.260.1400.25211.227.7864.71
Hex8CA4BE1AE019d31c41
Octal214244276321603132334101
Binary10001100101001001011111011010111001100111010011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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