#8795DB

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

Shades of Portage #8795DB

Tints of Portage #8795DB

Color information

#8795DB (or 0x8795DB) is unknown color: approx Portage. HEX triplet: 87, 95 and DB. RGB value is (135,149,219). Sum of RGB (Red+Green+Blue) = 135+149+219=503 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.84% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #8795DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8795DB is #786A24. Grayscale: #989898. Windows color (decimal): -7891493 or 14390663. OLE color: 14390663.

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

Color convert

RGB135149219-
CMYK0.380.3200.14
HSL230º53.85%69.41%-
HSV(B)230º38.36%85.88%-
XYZ33.5331.7671.38-
YUV152.79165.36115.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.84%
GREEN value IS 149 (58.59% from 255) = 29.62%
BLUE value IS 219 (85.94% from 255) = 43.54%
R=26.84%
G=29.62%
B=43.54%

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
Decimal1351492190.380.3200.1423053.8569.41
Hex8795DB26200Ee63645
Octal207225333464001634666105
Binary10000111100101011101101110011010000001110111001101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8795DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,149,219); }

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

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

 a { background-color: rgb(135,149,219); }

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

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

 span { border-color: rgb(135,149,219); }

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