#8692DA

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

Shades of Portage #8692DA

Tints of Portage #8692DA

Color information

#8692DA (or 0x8692DA) is unknown color: approx Portage. HEX triplet: 86, 92 and DA. RGB value is (134,146,218). Sum of RGB (Red+Green+Blue) = 134+146+218=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #8692DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8692DA is #796D25. Grayscale: #969696. Windows color (decimal): -7957798 or 14324358. OLE color: 14324358.

HSL color Cylindrical-coordinate representation of color #8692DA: hue angle of 231.43º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8692DA is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB134146218-
CMYK0.390.3300.15
HSL231.43º53.16%69.02%-
HSV(B)231.43º38.53%85.49%-
XYZ32.7730.6970.53-
YUV150.62166.02116.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.91%
GREEN value IS 146 (57.42% from 255) = 29.32%
BLUE value IS 218 (85.55% from 255) = 43.78%
R=26.91%
G=29.32%
B=43.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1341462180.390.3300.15231.4353.1669.02
Hex8692DA27210Fe73545
Octal206222332474101734765105
Binary10000110100100101101101010011110000101111111001111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8692DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8692DA; }

 p { color: rgb(134,146,218); }

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

<style>
 a { background-color: #8692DA; }

 a { background-color: rgb(134,146,218); }

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

<style>
 span { border-color: #8692DA; }

 span { border-color: rgb(134,146,218); }

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