#8F8BEB

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

Shades of Portage #8F8BEB

Tints of Portage #8F8BEB

Color information

#8F8BEB (or 0x8F8BEB) is unknown color: approx Portage. HEX triplet: 8F, 8B and EB. RGB value is (143,139,235). Sum of RGB (Red+Green+Blue) = 143+139+235=517 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.66% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F8BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8BEB is #707414. Grayscale: #969696. Windows color (decimal): -7369749 or 15436687. OLE color: 15436687.

HSL color Cylindrical-coordinate representation of color #8F8BEB: hue angle of 242.5º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F8BEB is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB143139235-
CMYK0.390.4100.08
HSL242.5º70.59%73.33%-
HSV(B)242.5º40.85%92.16%-
XYZ35.5630.382.57-
YUV151.14175.33122.19-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.66%
GREEN value IS 139 (54.69% from 255) = 26.89%
BLUE value IS 235 (92.19% from 255) = 45.45%
R=27.66%
G=26.89%
B=45.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431392350.390.4100.08242.570.5973.33
Hex8F8BEB272908f24749
Octal2172133534751010362107111
Binary100011111000101111101011100111101001010001111001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,139,235); }

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

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

 a { background-color: rgb(143,139,235); }

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

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

 span { border-color: rgb(143,139,235); }

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