#8896DB

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

Shades of Portage #8896DB

Tints of Portage #8896DB

Color information

#8896DB (or 0x8896DB) is unknown color: approx Portage. HEX triplet: 88, 96 and DB. RGB value is (136,150,219). Sum of RGB (Red+Green+Blue) = 136+150+219=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #8896DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8896DB is #776924. Grayscale: #999999. Windows color (decimal): -7825701 or 14390920. OLE color: 14390920.

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

Color convert

RGB136150219-
CMYK0.380.3200.14
HSL229.88º53.55%69.61%-
HSV(B)229.88º37.9%85.88%-
XYZ33.8532.1671.44-
YUV153.68164.86115.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.93%
GREEN value IS 150 (58.98% from 255) = 29.70%
BLUE value IS 219 (85.94% from 255) = 43.37%
R=26.93%
G=29.70%
B=43.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361502190.380.3200.14229.8853.5569.61
Hex8896DB26200Ee63646
Octal210226333464001634666106
Binary10001000100101101101101110011010000001110111001101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8896DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8896DB; }

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

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

<style>
 a { background-color: #8896DB; }

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

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

<style>
 span { border-color: #8896DB; }

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

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