#8D98BF

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

Shades of Rock Blue #8D98BF

Tints of Rock Blue #8D98BF

Color information

#8D98BF (or 0x8D98BF) is unknown color: approx Rock Blue. HEX triplet: 8D, 98 and BF. RGB value is (141,152,191). Sum of RGB (Red+Green+Blue) = 141+152+191=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D98BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D98BF is #726740. Grayscale: #989898. Windows color (decimal): -7497537 or 12556429. OLE color: 12556429.

HSL color Cylindrical-coordinate representation of color #8D98BF: hue angle of 226.8º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D98BF is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB141152191-
CMYK0.260.2000.25
HSL226.8º28.09%65.1%-
HSV(B)226.8º26.18%74.9%-
XYZ31.6231.8853.78-
YUV153.16149.36119.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.13%
GREEN value IS 152 (59.77% from 255) = 31.40%
BLUE value IS 191 (75% from 255) = 39.46%
R=29.13%
G=31.40%
B=39.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411521910.260.2000.25226.828.0965.1
Hex8D98BF1A14019e31c41
Octal215230277322403134334101
Binary100011011001100010111111110101010001100111100011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D98BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,152,191); }

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

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

 a { background-color: rgb(141,152,191); }

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

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

 span { border-color: rgb(141,152,191); }

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