#8F9BEE

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

Shades of Portage #8F9BEE

Tints of Portage #8F9BEE

Color information

#8F9BEE (or 0x8F9BEE) is unknown color: approx Portage. HEX triplet: 8F, 9B and EE. RGB value is (143,155,238). Sum of RGB (Red+Green+Blue) = 143+155+238=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F9BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9BEE is #706411. Grayscale: #A0A0A0. Windows color (decimal): -7365650 or 15637391. OLE color: 15637391.

HSL color Cylindrical-coordinate representation of color #8F9BEE: hue angle of 232.42º degrees, saturation: 0.74, 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 #8F9BEE is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143155238-
CMYK0.400.3500.07
HSL232.42º73.64%74.71%-
HSV(B)232.42º39.92%93.33%-
XYZ38.4835.4685.7-
YUV160.87171.52115.25-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.68%
GREEN value IS 155 (60.94% from 255) = 28.92%
BLUE value IS 238 (93.36% from 255) = 44.40%
R=26.68%
G=28.92%
B=44.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1431552380.400.3500.07232.4273.6474.71
Hex8F9BEE282307e84a4b
Octal217233356504307350112113
Binary10001111100110111110111010100010001101111110100010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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