#8CA0BE

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

Shades of Rock Blue #8CA0BE

Tints of Rock Blue #8CA0BE

Color information

#8CA0BE (or 0x8CA0BE) is unknown color: approx Rock Blue. HEX triplet: 8C, A0 and BE. RGB value is (140,160,190). Sum of RGB (Red+Green+Blue) = 140+160+190=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #8CA0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA0BE is #735F41. Grayscale: #9D9D9D. Windows color (decimal): -7561026 or 12492940. OLE color: 12492940.

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

Color convert

RGB140160190-
CMYK0.260.1600.25
HSL216º27.78%64.71%-
HSV(B)216º26.32%74.51%-
XYZ32.6834.4353.64-
YUV157.44146.37115.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.57%
GREEN value IS 160 (62.89% from 255) = 32.65%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=28.57%
G=32.65%
B=38.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401601900.260.1600.2521627.7864.71
Hex8CA0BE1A10019d81c41
Octal214240276322003133034101
Binary100011001010000010111110110101000001100111011000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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