#8FA2BE

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

Shades of Rock Blue #8FA2BE

Tints of Rock Blue #8FA2BE

Color information

#8FA2BE (or 0x8FA2BE) is unknown color: approx Rock Blue. HEX triplet: 8F, A2 and BE. RGB value is (143,162,190). Sum of RGB (Red+Green+Blue) = 143+162+190=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #8FA2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA2BE is #705D41. Grayscale: #9F9F9F. Windows color (decimal): -7363906 or 12493455. OLE color: 12493455.

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

Color convert

RGB143162190-
CMYK0.250.1500.25
HSL215.74º26.55%65.29%-
HSV(B)215.74º24.74%74.51%-
XYZ33.5435.453.78-
YUV159.51145.21116.22-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.89%
GREEN value IS 162 (63.67% from 255) = 32.73%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=28.89%
G=32.73%
B=38.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431621900.250.1500.25215.7426.5565.29
Hex8FA2BE19F019d81b41
Octal217242276311703133033101
Binary10001111101000101011111011001111101100111011000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,162,190); }

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

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

 a { background-color: rgb(143,162,190); }

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

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

 span { border-color: rgb(143,162,190); }

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