#8B9FEE

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

Shades of Portage #8B9FEE

Tints of Portage #8B9FEE

Color information

#8B9FEE (or 0x8B9FEE) is unknown color: approx Portage. HEX triplet: 8B, 9F and EE. RGB value is (139,159,238). Sum of RGB (Red+Green+Blue) = 139+159+238=536 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.93% from 536); Green value is 159 (62.5% from 255 or 29.66% 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 #8B9FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9FEE is #746011. Grayscale: #A1A1A1. Windows color (decimal): -7626770 or 15638411. OLE color: 15638411.

HSL color Cylindrical-coordinate representation of color #8B9FEE: hue angle of 227.88º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B9FEE is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB139159238-
CMYK0.420.3300.07
HSL227.88º74.44%73.92%-
HSV(B)227.88º41.6%93.33%-
XYZ38.4836.4685.9-
YUV162.03170.87111.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.93%
GREEN value IS 159 (62.5% from 255) = 29.66%
BLUE value IS 238 (93.36% from 255) = 44.40%
R=25.93%
G=29.66%
B=44.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1391592380.420.3300.07227.8874.4473.92
Hex8B9FEE2A2107e44a4a
Octal213237356524107344112112
Binary10001011100111111110111010101010000101111110010010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,159,238); }

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

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

 a { background-color: rgb(139,159,238); }

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

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

 span { border-color: rgb(139,159,238); }

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