#8F99C1

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

Shades of Rock Blue #8F99C1

Tints of Rock Blue #8F99C1

Color information

#8F99C1 (or 0x8F99C1) is unknown color: approx Rock Blue. HEX triplet: 8F, 99 and C1. RGB value is (143,153,193). Sum of RGB (Red+Green+Blue) = 143+153+193=489 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.24% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F99C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F99C1 is #70663E. Grayscale: #9A9A9A. Windows color (decimal): -7366207 or 12687759. OLE color: 12687759.

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

Color convert

RGB143153193-
CMYK0.260.2100.24
HSL228º28.74%65.88%-
HSV(B)228º25.91%75.69%-
XYZ32.3432.4755.02-
YUV154.57149.69119.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.24%
GREEN value IS 153 (60.16% from 255) = 31.29%
BLUE value IS 193 (75.78% from 255) = 39.47%
R=29.24%
G=31.29%
B=39.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431531930.260.2100.2422828.7465.88
Hex8F99C11A15018e41d42
Octal217231301322503034435102
Binary100011111001100111000001110101010101100011100100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F99C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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