#8B9BCA

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

Shades of Portage #8B9BCA

Tints of Portage #8B9BCA

Color information

#8B9BCA (or 0x8B9BCA) is unknown color: approx Portage. HEX triplet: 8B, 9B and CA. RGB value is (139,155,202). Sum of RGB (Red+Green+Blue) = 139+155+202=496 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.02% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B9BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9BCA is #746435. Grayscale: #9B9B9B. Windows color (decimal): -7627830 or 13278091. OLE color: 13278091.

HSL color Cylindrical-coordinate representation of color #8B9BCA: hue angle of 224.76º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B9BCA is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139155202-
CMYK0.310.2300.21
HSL224.76º37.28%66.86%-
HSV(B)224.76º31.19%79.22%-
XYZ33.0333.260.54-
YUV155.57154.2116.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.02%
GREEN value IS 155 (60.94% from 255) = 31.25%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=28.02%
G=31.25%
B=40.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391552020.310.2300.21224.7637.2866.86
Hex8B9BCA1F17015e12543
Octal213233312372702534145103
Binary1000101110011011110010101111110111010101111000011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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