#8B9BDF

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

Shades of Portage #8B9BDF

Tints of Portage #8B9BDF

Color information

#8B9BDF (or 0x8B9BDF) is unknown color: approx Portage. HEX triplet: 8B, 9B and DF. RGB value is (139,155,223). Sum of RGB (Red+Green+Blue) = 139+155+223=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B9BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9BDF is #746420. Grayscale: #9D9D9D. Windows color (decimal): -7627809 or 14654347. OLE color: 14654347.

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

Color convert

RGB139155223-
CMYK0.380.3000.13
HSL228.57º56.76%70.98%-
HSV(B)228.57º37.67%87.45%-
XYZ35.6934.2674.54-
YUV157.97164.7114.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.89%
GREEN value IS 155 (60.94% from 255) = 29.98%
BLUE value IS 223 (87.5% from 255) = 43.13%
R=26.89%
G=29.98%
B=43.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391552230.380.3000.13228.5756.7670.98
Hex8B9BDF261E0De53947
Octal213233337463601534571107
Binary1000101110011011110111111001101111001101111001011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,155,223); }

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

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

 a { background-color: rgb(139,155,223); }

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

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

 span { border-color: rgb(139,155,223); }

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