#8B8FDA

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

Shades of Portage #8B8FDA

Tints of Portage #8B8FDA

Color information

#8B8FDA (or 0x8B8FDA) is unknown color: approx Portage. HEX triplet: 8B, 8F and DA. RGB value is (139,143,218). Sum of RGB (Red+Green+Blue) = 139+143+218=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B8FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8FDA is #747025. Grayscale: #969696. Windows color (decimal): -7630886 or 14323595. OLE color: 14323595.

HSL color Cylindrical-coordinate representation of color #8B8FDA: hue angle of 236.96º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B8FDA is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139143218-
CMYK0.360.3400.15
HSL236.96º51.63%70%-
HSV(B)236.96º36.24%85.49%-
XYZ33.1230.270.41-
YUV150.35166.17119.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.8%
GREEN value IS 143 (56.25% from 255) = 28.6%
BLUE value IS 218 (85.55% from 255) = 43.6%
R=27.8%
G=28.6%
B=43.6%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1391432180.360.3400.15236.9651.6370
Hex8B8FDA24220Fed3446
Octal213217332444201735564106
Binary10001011100011111101101010010010001001111111011011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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