#8F9AC0

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

Shades of Rock Blue #8F9AC0

Tints of Rock Blue #8F9AC0

Color information

#8F9AC0 (or 0x8F9AC0) is unknown color: approx Rock Blue. HEX triplet: 8F, 9A and C0. RGB value is (143,154,192). Sum of RGB (Red+Green+Blue) = 143+154+192=489 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.24% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 192 - color contains mainly: blue. Hex color #8F9AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9AC0 is #70653F. Grayscale: #9A9A9A. Windows color (decimal): -7365952 or 12622479. OLE color: 12622479.

HSL color Cylindrical-coordinate representation of color #8F9AC0: hue angle of 226.53º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F9AC0 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB143154192-
CMYK0.260.2000.25
HSL226.53º28%65.69%-
HSV(B)226.53º25.52%75.29%-
XYZ32.432.7654.48-
YUV155.04148.86119.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.24%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 192 (75.39% from 255) = 39.26%
R=29.24%
G=31.49%
B=39.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431541920.260.2000.25226.532865.69
Hex8F9AC01A14019e31c42
Octal217232300322403134334102
Binary100011111001101011000000110101010001100111100011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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