#8D9BBA

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

Shades of Rock Blue #8D9BBA

Tints of Rock Blue #8D9BBA

Color information

#8D9BBA (or 0x8D9BBA) is unknown color: approx Rock Blue. HEX triplet: 8D, 9B and BA. RGB value is (141,155,186). Sum of RGB (Red+Green+Blue) = 141+155+186=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D9BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9BBA is #726445. Grayscale: #9A9A9A. Windows color (decimal): -7496774 or 12229517. OLE color: 12229517.

HSL color Cylindrical-coordinate representation of color #8D9BBA: hue angle of 221.33º 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 #8D9BBA is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB141155186-
CMYK0.240.1700.27
HSL221.33º24.59%64.12%-
HSV(B)221.33º24.19%72.94%-
XYZ31.5732.6551.09-
YUV154.35145.86118.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.25%
GREEN value IS 155 (60.94% from 255) = 32.16%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=29.25%
G=32.16%
B=38.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411551860.240.1700.27221.3324.5964.12
Hex8D9BBA181101Bdd1940
Octal215233272302103333531100
Binary100011011001101110111010110001000101101111011101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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