#8B9ACF

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

Shades of Portage #8B9ACF

Tints of Portage #8B9ACF

Color information

#8B9ACF (or 0x8B9ACF) is unknown color: approx Portage. HEX triplet: 8B, 9A and CF. RGB value is (139,154,207). Sum of RGB (Red+Green+Blue) = 139+154+207=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B9ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9ACF is #746530. Grayscale: #9B9B9B. Windows color (decimal): -7628081 or 13605515. OLE color: 13605515.

HSL color Cylindrical-coordinate representation of color #8B9ACF: hue angle of 226.76º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B9ACF is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139154207-
CMYK0.330.2600.19
HSL226.76º41.46%67.84%-
HSV(B)226.76º32.85%81.18%-
XYZ33.4733.1163.66-
YUV155.56157.03116.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.8%
GREEN value IS 154 (60.55% from 255) = 30.8%
BLUE value IS 207 (81.25% from 255) = 41.4%
R=27.8%
G=30.8%
B=41.4%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391542070.330.2600.19226.7641.4667.84
Hex8B9ACF211A013e32944
Octal213232317413202334351104
Binary10001011100110101100111110000111010010011111000111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,154,207); }

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

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

 a { background-color: rgb(139,154,207); }

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

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

 span { border-color: rgb(139,154,207); }

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