#8CA2BE

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

Shades of Rock Blue #8CA2BE

Tints of Rock Blue #8CA2BE

Color information

#8CA2BE (or 0x8CA2BE) is unknown color: approx Rock Blue. HEX triplet: 8C, A2 and BE. RGB value is (140,162,190). Sum of RGB (Red+Green+Blue) = 140+162+190=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #8CA2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA2BE is #735D41. Grayscale: #9E9E9E. Windows color (decimal): -7560514 or 12493452. OLE color: 12493452.

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

Color convert

RGB140162190-
CMYK0.260.1500.25
HSL213.6º27.78%64.71%-
HSV(B)213.6º26.32%74.51%-
XYZ33.0335.1353.76-
YUV158.61145.71114.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.46%
GREEN value IS 162 (63.67% from 255) = 32.93%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=28.46%
G=32.93%
B=38.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401621900.260.1500.25213.627.7864.71
Hex8CA2BE1AF019d61c41
Octal214242276321703132634101
Binary10001100101000101011111011010111101100111010110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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