#8B99BE

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

Shades of Rock Blue #8B99BE

Tints of Rock Blue #8B99BE

Color information

#8B99BE (or 0x8B99BE) is unknown color: approx Rock Blue. HEX triplet: 8B, 99 and BE. RGB value is (139,153,190). Sum of RGB (Red+Green+Blue) = 139+153+190=482 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.84% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B99BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B99BE is #746641. Grayscale: #989898. Windows color (decimal): -7628354 or 12491147. OLE color: 12491147.

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

Color convert

RGB139153190-
CMYK0.270.1900.25
HSL223.53º28.18%64.51%-
HSV(B)223.53º26.84%74.51%-
XYZ31.3331.9953.24-
YUV153.03148.86117.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.84%
GREEN value IS 153 (60.16% from 255) = 31.74%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=28.84%
G=31.74%
B=39.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391531900.270.1900.25223.5328.1864.51
Hex8B99BE1B13019e01c41
Octal213231276332303134034101
Binary100010111001100110111110110111001101100111100000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B99BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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