#8D96BA

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

Shades of Rock Blue #8D96BA

Tints of Rock Blue #8D96BA

Color information

#8D96BA (or 0x8D96BA) is unknown color: approx Rock Blue. HEX triplet: 8D, 96 and BA. RGB value is (141,150,186). Sum of RGB (Red+Green+Blue) = 141+150+186=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D96BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D96BA is #726945. Grayscale: #979797. Windows color (decimal): -7498054 or 12228237. OLE color: 12228237.

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

Color convert

RGB141150186-
CMYK0.240.1900.27
HSL228º24.59%64.12%-
HSV(B)228º24.19%72.94%-
XYZ30.7531.0250.82-
YUV151.41147.52120.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.56%
GREEN value IS 150 (58.98% from 255) = 31.45%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=29.56%
G=31.45%
B=38.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411501860.240.1900.2722824.5964.12
Hex8D96BA181301Be41940
Octal215226272302303334431100
Binary100011011001011010111010110001001101101111100100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D96BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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