#8F9BCE

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

Shades of Portage #8F9BCE

Tints of Portage #8F9BCE

Color information

#8F9BCE (or 0x8F9BCE) is unknown color: approx Portage. HEX triplet: 8F, 9B and CE. RGB value is (143,155,206). Sum of RGB (Red+Green+Blue) = 143+155+206=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F9BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9BCE is #706431. Grayscale: #9D9D9D. Windows color (decimal): -7365682 or 13540239. OLE color: 13540239.

HSL color Cylindrical-coordinate representation of color #8F9BCE: hue angle of 228.57º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F9BCE is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143155206-
CMYK0.310.2500.19
HSL228.57º39.13%68.43%-
HSV(B)228.57º30.58%80.78%-
XYZ34.1933.7463.1-
YUV157.23155.52117.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.37%
GREEN value IS 155 (60.94% from 255) = 30.75%
BLUE value IS 206 (80.86% from 255) = 40.87%
R=28.37%
G=30.75%
B=40.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431552060.310.2500.19228.5739.1368.43
Hex8F9BCE1F19013e52744
Octal217233316373102334547104
Binary1000111110011011110011101111111001010011111001011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,155,206); }

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

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

 a { background-color: rgb(143,155,206); }

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

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

 span { border-color: rgb(143,155,206); }

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