#8F9AC1

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

Shades of Rock Blue #8F9AC1

Tints of Rock Blue #8F9AC1

Color information

#8F9AC1 (or 0x8F9AC1) is unknown color: approx Rock Blue. HEX triplet: 8F, 9A and C1. RGB value is (143,154,193). Sum of RGB (Red+Green+Blue) = 143+154+193=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F9AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9AC1 is #70653E. Grayscale: #9A9A9A. Windows color (decimal): -7365951 or 12688015. OLE color: 12688015.

HSL color Cylindrical-coordinate representation of color #8F9AC1: hue angle of 226.8º 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 #8F9AC1 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB143154193-
CMYK0.260.2000.24
HSL226.8º28.74%65.88%-
HSV(B)226.8º25.91%75.69%-
XYZ32.5132.855.07-
YUV155.16149.36119.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.18%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 193 (75.78% from 255) = 39.39%
R=29.18%
G=31.43%
B=39.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431541930.260.2000.24226.828.7465.88
Hex8F9AC11A14018e31d42
Octal217232301322403034335102
Binary100011111001101011000001110101010001100011100011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,154,193); }

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

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

 a { background-color: rgb(143,154,193); }

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

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

 span { border-color: rgb(143,154,193); }

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