#8B98BE

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

Shades of Rock Blue #8B98BE

Tints of Rock Blue #8B98BE

Color information

#8B98BE (or 0x8B98BE) is unknown color: approx Rock Blue. HEX triplet: 8B, 98 and BE. RGB value is (139,152,190). Sum of RGB (Red+Green+Blue) = 139+152+190=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B98BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B98BE is #746741. Grayscale: #989898. Windows color (decimal): -7628610 or 12490891. OLE color: 12490891.

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

Color convert

RGB139152190-
CMYK0.270.200.25
HSL224.71º28.18%64.51%-
HSV(B)224.71º26.84%74.51%-
XYZ31.1731.6653.18-
YUV152.44149.19118.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.90%
GREEN value IS 152 (59.77% from 255) = 31.60%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=28.90%
G=31.60%
B=39.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391521900.270.200.25224.7128.1864.51
Hex8B98BE1B14019e11c41
Octal213230276332403134134101
Binary100010111001100010111110110111010001100111100001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B98BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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