#8696DC

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

Shades of Portage #8696DC

Tints of Portage #8696DC

Color information

#8696DC (or 0x8696DC) is unknown color: approx Portage. HEX triplet: 86, 96 and DC. RGB value is (134,150,220). Sum of RGB (Red+Green+Blue) = 134+150+220=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #8696DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8696DC is #796923. Grayscale: #989898. Windows color (decimal): -7956772 or 14456454. OLE color: 14456454.

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

Color convert

RGB134150220-
CMYK0.390.3200.14
HSL228.84º55.13%69.41%-
HSV(B)228.84º39.09%86.27%-
XYZ33.6632.0572.12-
YUV153.2165.7114.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.59%
GREEN value IS 150 (58.98% from 255) = 29.76%
BLUE value IS 220 (86.33% from 255) = 43.65%
R=26.59%
G=29.76%
B=43.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341502200.390.3200.14228.8455.1369.41
Hex8696DC27200Ee53745
Octal206226334474001634567105
Binary10000110100101101101110010011110000001110111001011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8696DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8696DC; }

 p { color: rgb(134,150,220); }

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

<style>
 a { background-color: #8696DC; }

 a { background-color: rgb(134,150,220); }

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

<style>
 span { border-color: #8696DC; }

 span { border-color: rgb(134,150,220); }

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