#8B9BAF

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

Shades of Rock Blue #8B9BAF

Tints of Rock Blue #8B9BAF

Color information

#8B9BAF (or 0x8B9BAF) is unknown color: approx Rock Blue. HEX triplet: 8B, 9B and AF. RGB value is (139,155,175). Sum of RGB (Red+Green+Blue) = 139+155+175=469 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.64% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B9BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9BAF is #746450. Grayscale: #989898. Windows color (decimal): -7627857 or 11508619. OLE color: 11508619.

HSL color Cylindrical-coordinate representation of color #8B9BAF: hue angle of 213.33º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B9BAF is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB139155175-
CMYK0.210.1100.31
HSL213.33º18.37%61.57%-
HSV(B)213.33º20.57%68.63%-
XYZ30.1132.0345.15-
YUV152.5140.7118.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.64%
GREEN value IS 155 (60.94% from 255) = 33.05%
BLUE value IS 175 (68.75% from 255) = 37.31%
R=29.64%
G=33.05%
B=37.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391551750.210.1100.31213.3318.3761.57
Hex8B9BAF15B01Fd5123e
Octal21323325725130373252276
Binary1000101110011011101011111010110110111111101010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,155,175); }

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

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

 a { background-color: rgb(139,155,175); }

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

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

 span { border-color: rgb(139,155,175); }

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