#8B96FF

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

Shades of Portage #8B96FF

Tints of Portage #8B96FF

Color information

#8B96FF (or 0x8B96FF) is unknown color: approx Portage. HEX triplet: 8B, 96 and FF. RGB value is (139,150,255). Sum of RGB (Red+Green+Blue) = 139+150+255=544 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.55% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B96FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B96FF is #746900. Grayscale: #9E9E9E. Windows color (decimal): -7629057 or 16750219. OLE color: 16750219.

HSL color Cylindrical-coordinate representation of color #8B96FF: hue angle of 234.31º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B96FF is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB139150255-
CMYK0.450.4100
HSL234.31º100%77.25%-
HSV(B)234.31º45.49%100%-
XYZ39.634.5299.18-
YUV158.68182.36113.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.55%
GREEN value IS 150 (58.98% from 255) = 27.57%
BLUE value IS 255 (100% from 255) = 46.88%
R=25.55%
G=27.57%
B=46.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1391502550.450.4100234.3110077.25
Hex8B96FF2D2900ea644d
Octal213226377555100352144115
Binary100010111001011011111111101101101001001110101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B96FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,150,255); }

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

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

 a { background-color: rgb(139,150,255); }

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

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

 span { border-color: rgb(139,150,255); }

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