#8691DD

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

Shades of Portage #8691DD

Tints of Portage #8691DD

Color information

#8691DD (or 0x8691DD) is unknown color: approx Portage. HEX triplet: 86, 91 and DD. RGB value is (134,145,221). Sum of RGB (Red+Green+Blue) = 134+145+221=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #8691DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8691DD is #796E22. Grayscale: #969696. Windows color (decimal): -7958051 or 14520710. OLE color: 14520710.

HSL color Cylindrical-coordinate representation of color #8691DD: hue angle of 232.41º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8691DD is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134145221-
CMYK0.390.3400.13
HSL232.41º56.13%69.61%-
HSV(B)232.41º39.37%86.67%-
XYZ33.0130.5472.56-
YUV150.38167.86116.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.8%
GREEN value IS 145 (57.03% from 255) = 29%
BLUE value IS 221 (86.72% from 255) = 44.2%
R=26.8%
G=29%
B=44.2%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341452210.390.3400.13232.4156.1369.61
Hex8691DD27220De83846
Octal206221335474201535070106
Binary10000110100100011101110110011110001001101111010001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8691DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8691DD; }

 p { color: rgb(134,145,221); }

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

<style>
 a { background-color: #8691DD; }

 a { background-color: rgb(134,145,221); }

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

<style>
 span { border-color: #8691DD; }

 span { border-color: rgb(134,145,221); }

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