#8998BC

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

Shades of Rock Blue #8998BC

Tints of Rock Blue #8998BC

Color information

#8998BC (or 0x8998BC) is unknown color: approx Rock Blue. HEX triplet: 89, 98 and BC. RGB value is (137,152,188). Sum of RGB (Red+Green+Blue) = 137+152+188=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #8998BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8998BC is #766743. Grayscale: #979797. Windows color (decimal): -7759684 or 12359817. OLE color: 12359817.

HSL color Cylindrical-coordinate representation of color #8998BC: hue angle of 222.35º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8998BC is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB137152188-
CMYK0.270.1900.26
HSL222.35º27.57%63.73%-
HSV(B)222.35º27.13%73.73%-
XYZ30.6231.4152.02-
YUV151.62148.53117.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.72%
GREEN value IS 152 (59.77% from 255) = 31.87%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=28.72%
G=31.87%
B=39.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371521880.270.1900.26222.3527.5763.73
Hex8998BC1B1301Ade1c40
Octal211230274332303233634100
Binary100010011001100010111100110111001101101011011110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8998BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8998BC; }

 p { color: rgb(137,152,188); }

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

<style>
 a { background-color: #8998BC; }

 a { background-color: rgb(137,152,188); }

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

<style>
 span { border-color: #8998BC; }

 span { border-color: rgb(137,152,188); }

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