#8A96DB

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

Shades of Portage #8A96DB

Tints of Portage #8A96DB

Color information

#8A96DB (or 0x8A96DB) is unknown color: approx Portage. HEX triplet: 8A, 96 and DB. RGB value is (138,150,219). Sum of RGB (Red+Green+Blue) = 138+150+219=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A96DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A96DB is #756924. Grayscale: #999999. Windows color (decimal): -7694629 or 14390922. OLE color: 14390922.

HSL color Cylindrical-coordinate representation of color #8A96DB: hue angle of 231.11º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A96DB is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB138150219-
CMYK0.370.3200.14
HSL231.11º52.94%70%-
HSV(B)231.11º36.99%85.88%-
XYZ34.1732.3371.46-
YUV154.28164.52116.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.22%
GREEN value IS 150 (58.98% from 255) = 29.59%
BLUE value IS 219 (85.94% from 255) = 43.20%
R=27.22%
G=29.59%
B=43.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381502190.370.3200.14231.1152.9470
Hex8A96DB25200Ee73546
Octal212226333454001634765106
Binary10001010100101101101101110010110000001110111001111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A96DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,150,219); }

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

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

 a { background-color: rgb(138,150,219); }

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

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

 span { border-color: rgb(138,150,219); }

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