#8B9FD5

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

Shades of Portage #8B9FD5

Tints of Portage #8B9FD5

Color information

#8B9FD5 (or 0x8B9FD5) is unknown color: approx Portage. HEX triplet: 8B, 9F and D5. RGB value is (139,159,213). Sum of RGB (Red+Green+Blue) = 139+159+213=511 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.20% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #8B9FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9FD5 is #74602A. Grayscale: #9E9E9E. Windows color (decimal): -7626795 or 14000011. OLE color: 14000011.

HSL color Cylindrical-coordinate representation of color #8B9FD5: hue angle of 223.78º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B9FD5 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB139159213-
CMYK0.350.2500.16
HSL223.78º46.84%69.02%-
HSV(B)223.78º34.74%83.53%-
XYZ35.0635.0967.88-
YUV159.18158.37113.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.20%
GREEN value IS 159 (62.5% from 255) = 31.12%
BLUE value IS 213 (83.59% from 255) = 41.68%
R=27.20%
G=31.12%
B=41.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1391592130.350.2500.16223.7846.8469.02
Hex8B9FD52319010e02f45
Octal213237325433102034057105
Binary10001011100111111101010110001111001010000111000001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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