#8D99BA

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

Shades of Rock Blue #8D99BA

Tints of Rock Blue #8D99BA

Color information

#8D99BA (or 0x8D99BA) is unknown color: approx Rock Blue. HEX triplet: 8D, 99 and BA. RGB value is (141,153,186). Sum of RGB (Red+Green+Blue) = 141+153+186=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D99BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D99BA is #726645. Grayscale: #999999. Windows color (decimal): -7497286 or 12229005. OLE color: 12229005.

HSL color Cylindrical-coordinate representation of color #8D99BA: hue angle of 224º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8D99BA is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB141153186-
CMYK0.240.1800.27
HSL224º24.59%64.12%-
HSV(B)224º24.19%72.94%-
XYZ31.2431.9950.98-
YUV153.17146.52119.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.38%
GREEN value IS 153 (60.16% from 255) = 31.88%
BLUE value IS 186 (73.05% from 255) = 38.75%
R=29.38%
G=31.88%
B=38.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411531860.240.1800.2722424.5964.12
Hex8D99BA181201Be01940
Octal215231272302203334031100
Binary100011011001100110111010110001001001101111100000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D99BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,153,186); }

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

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

 a { background-color: rgb(141,153,186); }

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

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

 span { border-color: rgb(141,153,186); }

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