#8B8FDE

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

Shades of Portage #8B8FDE

Tints of Portage #8B8FDE

Color information

#8B8FDE (or 0x8B8FDE) is unknown color: approx Portage. HEX triplet: 8B, 8F and DE. RGB value is (139,143,222). Sum of RGB (Red+Green+Blue) = 139+143+222=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #8B8FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8FDE is #747021. Grayscale: #969696. Windows color (decimal): -7630882 or 14585739. OLE color: 14585739.

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

Color convert

RGB139143222-
CMYK0.370.3600.13
HSL237.11º55.7%70.78%-
HSV(B)237.11º37.39%87.06%-
XYZ33.6530.4173.2-
YUV150.81168.17119.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.58%
GREEN value IS 143 (56.25% from 255) = 28.37%
BLUE value IS 222 (87.11% from 255) = 44.05%
R=27.58%
G=28.37%
B=44.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391432220.370.3600.13237.1155.770.78
Hex8B8FDE25240Ded3847
Octal213217336454401535570107
Binary10001011100011111101111010010110010001101111011011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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