#8C99B1

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

Shades of Rock Blue #8C99B1

Tints of Rock Blue #8C99B1

Color information

#8C99B1 (or 0x8C99B1) is unknown color: approx Rock Blue. HEX triplet: 8C, 99 and B1. RGB value is (140,153,177). Sum of RGB (Red+Green+Blue) = 140+153+177=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 177 - color contains mainly: blue. Hex color #8C99B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C99B1 is #73664E. Grayscale: #979797. Windows color (decimal): -7562831 or 11639180. OLE color: 11639180.

HSL color Cylindrical-coordinate representation of color #8C99B1: hue angle of 218.92º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C99B1 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB140153177-
CMYK0.210.1400.31
HSL218.92º19.17%62.16%-
HSV(B)218.92º20.9%69.41%-
XYZ30.1431.5346.09-
YUV151.85142.19119.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.79%
GREEN value IS 153 (60.16% from 255) = 32.55%
BLUE value IS 177 (69.53% from 255) = 37.66%
R=29.79%
G=32.55%
B=37.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401531770.210.1400.31218.9219.1762.16
Hex8C99B115E01Fdb133e
Octal21423126125160373332376
Binary1000110010011001101100011010111100111111101101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C99B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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