#8F9CED

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

Shades of Portage #8F9CED

Tints of Portage #8F9CED

Color information

#8F9CED (or 0x8F9CED) is unknown color: approx Portage. HEX triplet: 8F, 9C and ED. RGB value is (143,156,237). Sum of RGB (Red+Green+Blue) = 143+156+237=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F9CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9CED is #706312. Grayscale: #A1A1A1. Windows color (decimal): -7365395 or 15572111. OLE color: 15572111.

HSL color Cylindrical-coordinate representation of color #8F9CED: hue angle of 231.7º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F9CED is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143156237-
CMYK0.400.3400.07
HSL231.7º72.31%74.51%-
HSV(B)231.7º39.66%92.94%-
XYZ38.535.7384.99-
YUV161.35170.69114.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.68%
GREEN value IS 156 (61.33% from 255) = 29.10%
BLUE value IS 237 (92.97% from 255) = 44.22%
R=26.68%
G=29.10%
B=44.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1431562370.400.3400.07231.772.3174.51
Hex8F9CED282207e8484b
Octal217234355504207350110113
Binary10001111100111001110110110100010001001111110100010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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