#8F9BBB

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

Shades of Rock Blue #8F9BBB

Tints of Rock Blue #8F9BBB

Color information

#8F9BBB (or 0x8F9BBB) is unknown color: approx Rock Blue. HEX triplet: 8F, 9B and BB. RGB value is (143,155,187). Sum of RGB (Red+Green+Blue) = 143+155+187=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F9BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9BBB is #706444. Grayscale: #9A9A9A. Windows color (decimal): -7365701 or 12295055. OLE color: 12295055.

HSL color Cylindrical-coordinate representation of color #8F9BBB: hue angle of 223.64º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F9BBB is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB143155187-
CMYK0.240.1700.27
HSL223.64º24.44%64.71%-
HSV(B)223.64º23.53%73.33%-
XYZ32.0232.8751.67-
YUV155.06146.02119.4-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.48%
GREEN value IS 155 (60.94% from 255) = 31.96%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=29.48%
G=31.96%
B=38.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431551870.240.1700.27223.6424.4464.71
Hex8F9BBB181101Be01841
Octal217233273302103334030101
Binary100011111001101110111011110001000101101111100000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,155,187); }

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

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

 a { background-color: rgb(143,155,187); }

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

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

 span { border-color: rgb(143,155,187); }

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