#8B98BA

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

Shades of Rock Blue #8B98BA

Tints of Rock Blue #8B98BA

Color information

#8B98BA (or 0x8B98BA) is unknown color: approx Rock Blue. HEX triplet: 8B, 98 and BA. RGB value is (139,152,186). Sum of RGB (Red+Green+Blue) = 139+152+186=477 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.14% from 477); Green value is 152 (59.77% from 255 or 31.87% 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 #8B98BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B98BA is #746745. Grayscale: #979797. Windows color (decimal): -7628614 or 12228747. OLE color: 12228747.

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

Color convert

RGB139152186-
CMYK0.250.1800.27
HSL223.4º25.41%63.73%-
HSV(B)223.4º25.27%72.94%-
XYZ30.7431.4950.91-
YUV151.99147.19118.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.14%
GREEN value IS 152 (59.77% from 255) = 31.87%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=29.14%
G=31.87%
B=38.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391521860.250.1800.27223.425.4163.73
Hex8B98BA191201Bdf1940
Octal213230272312203333731100
Binary100010111001100010111010110011001001101111011111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B98BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,152,186); }

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

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

 a { background-color: rgb(139,152,186); }

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

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

 span { border-color: rgb(139,152,186); }

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