#8C99AC

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

Shades of Rock Blue #8C99AC

Tints of Rock Blue #8C99AC

Color information

#8C99AC (or 0x8C99AC) is unknown color: approx Rock Blue. HEX triplet: 8C, 99 and AC. RGB value is (140,153,172). Sum of RGB (Red+Green+Blue) = 140+153+172=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C99AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C99AC is #736653. Grayscale: #979797. Windows color (decimal): -7562836 or 11311500. OLE color: 11311500.

HSL color Cylindrical-coordinate representation of color #8C99AC: hue angle of 215.62º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C99AC is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB140153172-
CMYK0.190.1100.33
HSL215.62º16.16%61.18%-
HSV(B)215.62º18.6%67.45%-
XYZ29.6531.3443.52-
YUV151.28139.69119.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.11%
GREEN value IS 153 (60.16% from 255) = 32.90%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=30.11%
G=32.90%
B=36.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401531720.190.1100.33215.6216.1661.18
Hex8C99AC13B021d8103d
Octal21423125423130413302075
Binary10001100100110011010110010011101101000011101100010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C99AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,153,172); }

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

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

 a { background-color: rgb(140,153,172); }

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

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

 span { border-color: rgb(140,153,172); }

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