#8FA1C2

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

Shades of Rock Blue #8FA1C2

Tints of Rock Blue #8FA1C2

Color information

#8FA1C2 (or 0x8FA1C2) is unknown color: approx Rock Blue. HEX triplet: 8F, A1 and C2. RGB value is (143,161,194). Sum of RGB (Red+Green+Blue) = 143+161+194=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 194 - color contains mainly: blue. Hex color #8FA1C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA1C2 is #705E3D. Grayscale: #9F9F9F. Windows color (decimal): -7364158 or 12755343. OLE color: 12755343.

HSL color Cylindrical-coordinate representation of color #8FA1C2: hue angle of 218.82º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FA1C2 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB143161194-
CMYK0.260.1700.24
HSL218.82º29.48%66.08%-
HSV(B)218.82º26.29%76.08%-
XYZ33.8135.2256.06-
YUV159.38147.54116.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.71%
GREEN value IS 161 (63.28% from 255) = 32.33%
BLUE value IS 194 (76.17% from 255) = 38.96%
R=28.71%
G=32.33%
B=38.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431611940.260.1700.24218.8229.4866.08
Hex8FA1C21A11018db1d42
Octal217241302322103033335102
Binary100011111010000111000010110101000101100011011011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,161,194); }

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

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

 a { background-color: rgb(143,161,194); }

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

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

 span { border-color: rgb(143,161,194); }

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