#8D98BE

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

Shades of Rock Blue #8D98BE

Tints of Rock Blue #8D98BE

Color information

#8D98BE (or 0x8D98BE) is unknown color: approx Rock Blue. HEX triplet: 8D, 98 and BE. RGB value is (141,152,190). Sum of RGB (Red+Green+Blue) = 141+152+190=483 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.19% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D98BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D98BE is #726741. Grayscale: #989898. Windows color (decimal): -7497538 or 12490893. OLE color: 12490893.

HSL color Cylindrical-coordinate representation of color #8D98BE: hue angle of 226.53º degrees, saturation: 0.27, 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 #8D98BE is Cyan = 0.26, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB141152190-
CMYK0.260.200.25
HSL226.53º27.37%64.9%-
HSV(B)226.53º25.79%74.51%-
XYZ31.5131.8453.2-
YUV153.04148.86119.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.19%
GREEN value IS 152 (59.77% from 255) = 31.47%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=29.19%
G=31.47%
B=39.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411521900.260.200.25226.5327.3764.9
Hex8D98BE1A14019e31b41
Octal215230276322403134333101
Binary100011011001100010111110110101010001100111100011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D98BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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