#8FA5BF

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

Shades of Rock Blue #8FA5BF

Tints of Rock Blue #8FA5BF

Color information

#8FA5BF (or 0x8FA5BF) is unknown color: approx Rock Blue. HEX triplet: 8F, A5 and BF. RGB value is (143,165,191). Sum of RGB (Red+Green+Blue) = 143+165+191=499 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.66% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #8FA5BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA5BF is #705A40. Grayscale: #A1A1A1. Windows color (decimal): -7363137 or 12559759. OLE color: 12559759.

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

Color convert

RGB143165191-
CMYK0.250.1400.25
HSL212.5º27.27%65.49%-
HSV(B)212.5º25.13%74.9%-
XYZ34.1936.5154.54-
YUV161.39144.71114.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.66%
GREEN value IS 165 (64.84% from 255) = 33.07%
BLUE value IS 191 (75% from 255) = 38.28%
R=28.66%
G=33.07%
B=38.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431651910.250.1400.25212.527.2765.49
Hex8FA5BF19E019d41b41
Octal217245277311603132433101
Binary10001111101001011011111111001111001100111010100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,165,191); }

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

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

 a { background-color: rgb(143,165,191); }

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

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

 span { border-color: rgb(143,165,191); }

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