#8F9CCF

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

Shades of Portage #8F9CCF

Tints of Portage #8F9CCF

Color information

#8F9CCF (or 0x8F9CCF) is unknown color: approx Portage. HEX triplet: 8F, 9C and CF. RGB value is (143,156,207). Sum of RGB (Red+Green+Blue) = 143+156+207=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F9CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9CCF is #706330. Grayscale: #9D9D9D. Windows color (decimal): -7365425 or 13606031. OLE color: 13606031.

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

Color convert

RGB143156207-
CMYK0.310.2500.19
HSL227.81º40%68.63%-
HSV(B)227.81º30.92%81.18%-
XYZ34.4834.1263.8-
YUV157.93155.69117.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.26%
GREEN value IS 156 (61.33% from 255) = 30.83%
BLUE value IS 207 (81.25% from 255) = 40.91%
R=28.26%
G=30.83%
B=40.91%

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
Decimal1431562070.310.2500.19227.814068.63
Hex8F9CCF1F19013e42845
Octal217234317373102334450105
Binary1000111110011100110011111111111001010011111001001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,156,207); }

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

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

 a { background-color: rgb(143,156,207); }

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

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

 span { border-color: rgb(143,156,207); }

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