#8898BC

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

Shades of Rock Blue #8898BC

Tints of Rock Blue #8898BC

Color information

#8898BC (or 0x8898BC) is unknown color: approx Rock Blue. HEX triplet: 88, 98 and BC. RGB value is (136,152,188). Sum of RGB (Red+Green+Blue) = 136+152+188=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #8898BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8898BC is #776743. Grayscale: #979797. Windows color (decimal): -7825220 or 12359816. OLE color: 12359816.

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

Color convert

RGB136152188-
CMYK0.280.1900.26
HSL221.54º27.96%63.53%-
HSV(B)221.54º27.66%73.73%-
XYZ30.4631.3252.02-
YUV151.32148.7117.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.57%
GREEN value IS 152 (59.77% from 255) = 31.93%
BLUE value IS 188 (73.83% from 255) = 39.50%
R=28.57%
G=31.93%
B=39.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361521880.280.1900.26221.5427.9663.53
Hex8898BC1C1301Ade1c40
Octal210230274342303233634100
Binary100010001001100010111100111001001101101011011110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8898BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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