#8F9EC1

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

Shades of Rock Blue #8F9EC1

Tints of Rock Blue #8F9EC1

Color information

#8F9EC1 (or 0x8F9EC1) is unknown color: approx Rock Blue. HEX triplet: 8F, 9E and C1. RGB value is (143,158,193). Sum of RGB (Red+Green+Blue) = 143+158+193=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F9EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9EC1 is #70613E. Grayscale: #9D9D9D. Windows color (decimal): -7364927 or 12689039. OLE color: 12689039.

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

Color convert

RGB143158193-
CMYK0.260.1800.24
HSL222º28.74%65.88%-
HSV(B)222º25.91%75.69%-
XYZ33.1834.1455.29-
YUV157.5148.03117.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.95%
GREEN value IS 158 (62.11% from 255) = 31.98%
BLUE value IS 193 (75.78% from 255) = 39.07%
R=28.95%
G=31.98%
B=39.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431581930.260.1800.2422228.7465.88
Hex8F9EC11A12018de1d42
Octal217236301322203033635102
Binary100011111001111011000001110101001001100011011110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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