#8998C1

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

Shades of Rock Blue #8998C1

Tints of Rock Blue #8998C1

Color information

#8998C1 (or 0x8998C1) is unknown color: approx Rock Blue. HEX triplet: 89, 98 and C1. RGB value is (137,152,193). Sum of RGB (Red+Green+Blue) = 137+152+193=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #8998C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8998C1 is #76673E. Grayscale: #989898. Windows color (decimal): -7759679 or 12687497. OLE color: 12687497.

HSL color Cylindrical-coordinate representation of color #8998C1: hue angle of 223.93º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8998C1 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB137152193-
CMYK0.290.2100.24
HSL223.93º31.11%64.71%-
HSV(B)223.93º29.02%75.69%-
XYZ31.1731.6354.91-
YUV152.19151.03117.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.42%
GREEN value IS 152 (59.77% from 255) = 31.54%
BLUE value IS 193 (75.78% from 255) = 40.04%
R=28.42%
G=31.54%
B=40.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1371521930.290.2100.24223.9331.1164.71
Hex8998C11D15018e01f41
Octal211230301352503034037101
Binary100010011001100011000001111011010101100011100000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8998C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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