#8F9DDF

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

Shades of Portage #8F9DDF

Tints of Portage #8F9DDF

Color information

#8F9DDF (or 0x8F9DDF) is unknown color: approx Portage. HEX triplet: 8F, 9D and DF. RGB value is (143,157,223). Sum of RGB (Red+Green+Blue) = 143+157+223=523 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.34% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F9DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9DDF is #706220. Grayscale: #A0A0A0. Windows color (decimal): -7365153 or 14654863. OLE color: 14654863.

HSL color Cylindrical-coordinate representation of color #8F9DDF: hue angle of 229.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F9DDF is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB143157223-
CMYK0.360.3000.13
HSL229.5º55.56%71.76%-
HSV(B)229.5º35.87%87.45%-
XYZ36.735.2874.69-
YUV160.34163.36115.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.34%
GREEN value IS 157 (61.72% from 255) = 30.02%
BLUE value IS 223 (87.5% from 255) = 42.64%
R=27.34%
G=30.02%
B=42.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1431572230.360.3000.13229.555.5671.76
Hex8F9DDF241E0De63848
Octal217235337443601534670110
Binary1000111110011101110111111001001111001101111001101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,157,223); }

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

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

 a { background-color: rgb(143,157,223); }

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

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

 span { border-color: rgb(143,157,223); }

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